Html Css Color HEX #20CF1E Lime Green

📋 copy color: '#20CF1E'

red 32 ◦ green 207 ◦ blue 30

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

Shades of Lime Green #20CF1E

Tints of Lime Green #20CF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.15%

R = 11.9%
G = 76.95%
B = 11.15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#20CF1E (or 0x20CF1E) is known color: Lime Green. HEX triplet: 20, CF and 1E. RGB value is (32,207,30). Sum of RGB (Red+Green+Blue) = 32+207+30=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 207 (81.25% from 255 or 76.95% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CF1E is #DF30E1. Grayscale: #878787. Windows color (decimal): -14627042 or 2019104. OLE color: 2019104.

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

Color convert

RGB 32 207 30 -
CMYK 0.85 0 0.86 0.19
HSL 119.32º 0.75% 0.46% -
HSV(B) 119.32º 0.86% 0.81% -
XYZ 23.14 45.03 8.7 -
YUV 134.5 69.02 54.89 -
System Red Green Blue C M Y K H S L
Decimal 32 207 30 0.85 0 0.86 0.19 119.32 0.75 0.46
Hex 20 CF 1E 55 0 56 13 77 4B 2E
Octal 40 317 36 125 0 126 23 167 113 56
Binary 100000 11001111 11110 1010101 0 1010110 10011 1110111 1001011 101110

Color Harmonies of #20CF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CF1E

Black with #20CF1E

Text Example


Text Example

White with #20CF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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