Html Css Color HEX #20CF0B Lime Green

📋 copy color: '#20CF0B'

red 32 ◦ green 207 ◦ blue 11

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

Shades of Lime Green #20CF0B

Tints of Lime Green #20CF0B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 82.8%

 BLUE value IS 11 (4.69% from 255) = 4.4%

R = 12.8%
G = 82.8%
B = 4.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#20CF0B (or 0x20CF0B) is known color: Lime Green. HEX triplet: 20, CF and 0B. RGB value is (32,207,11). Sum of RGB (Red+Green+Blue) = 32+207+11=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 207 (81.25% from 255 or 82.8% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CF0B is #DF30F4. Grayscale: #848484. Windows color (decimal): -14627061 or 773920. OLE color: 773920.

HSL color Cylindrical-coordinate representation of color #20CF0B: hue angle of 113.57º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #20CF0B is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 207 11 -
CMYK 0.85 0 0.95 0.19
HSL 113.57º 0.9% 0.43% -
HSV(B) 113.57º 0.95% 0.81% -
XYZ 22.97 44.96 7.78 -
YUV 132.33 59.52 56.44 -
System Red Green Blue C M Y K H S L
Decimal 32 207 11 0.85 0 0.95 0.19 113.57 0.9 0.43
Hex 20 CF B 55 0 5F 13 72 5A 2B
Octal 40 317 13 125 0 137 23 162 132 53
Binary 100000 11001111 1011 1010101 0 1011111 10011 1110010 1011010 101011

Color Harmonies of #20CF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CF0B

Black with #20CF0B

Text Example


Text Example

White with #20CF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,207,11); }

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

background-color css

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

 a { background-color: rgb(32,207,11); }

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

border-color css

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

 span { border-color: rgb(32,207,11); }

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