Html Css Color HEX #20F033 Lime Green

📋 copy color: '#20F033'

red 32 ◦ green 240 ◦ blue 51

#20F033
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #20F033

Tints of Lime Green #20F033

RGB

 RED value IS 32 (12.89% from 255) = 9.91%

 GREEN value IS 240 (94.14% from 255) = 74.3%

 BLUE value IS 51 (20.31% from 255) = 15.79%

R = 9.91%
G = 74.3%
B = 15.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#20F033 (or 0x20F033) is known color: Lime Green. HEX triplet: 20, F0 and 33. RGB value is (32,240,51). Sum of RGB (Red+Green+Blue) = 32+240+51=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 240 (94.14% from 255 or 74.30% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 240 - color contains mainly: green. Hex color #20F033 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F033 is #DF0FCC. Grayscale: #9C9C9C. Windows color (decimal): -14618573 or 3403808. OLE color: 3403808.

HSL color Cylindrical-coordinate representation of color #20F033: hue angle of 125.48º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F033 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 240 51 -
CMYK 0.87 0 0.79 0.06
HSL 125.48º 0.87% 0.53% -
HSV(B) 125.48º 0.87% 0.94% -
XYZ 32.35 62.87 13.56 -
YUV 156.26 68.59 39.37 -
System Red Green Blue C M Y K H S L
Decimal 32 240 51 0.87 0 0.79 0.06 125.48 0.87 0.53
Hex 20 F0 33 57 0 4F 6 7D 57 35
Octal 40 360 63 127 0 117 6 175 127 65
Binary 100000 11110000 110011 1010111 0 1001111 110 1111101 1010111 110101

Color Harmonies of #20F033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F033

Black with #20F033

Text Example


Text Example

White with #20F033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20F033; }

 p { color: rgb(32,240,51); }

 H1.HeaderClassName
 {
   color: #20F033;
 }
 .AnyTagClassName
 {
   color: #20F033;
 }
</style>

background-color css

<style>
 a { background-color: #20F033; }

 a { background-color: rgb(32,240,51); }

 div.DivClassName
 {
   background-color: #20F033;
 }
 .BgClassName
 {
   background-color: #20F033;
 }
</style>

border-color css

<style>
 span { border-color: #20F033; }

 span { border-color: rgb(32,240,51); }

 td.TdClassName
 {
   border-color: #20F033;
 }
 .TagClassName
 {
   border-color: #20F033;
 }
</style>