Html Css Color HEX #20CF1A Lime Green

📋 copy color: '#20CF1A'

red 32 ◦ green 207 ◦ blue 26

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

Shades of Lime Green #20CF1A

Tints of Lime Green #20CF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.81%

R = 12.08%
G = 78.11%
B = 9.81%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#20CF1A (or 0x20CF1A) is known color: Lime Green. HEX triplet: 20, CF and 1A. RGB value is (32,207,26). Sum of RGB (Red+Green+Blue) = 32+207+26=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 207 (81.25% from 255 or 78.11% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CF1A is #DF30E5. Grayscale: #868686. Windows color (decimal): -14627046 or 1756960. OLE color: 1756960.

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

Color convert

RGB 32 207 26 -
CMYK 0.85 0 0.87 0.19
HSL 118.01º 0.78% 0.46% -
HSV(B) 118.01º 0.87% 0.81% -
XYZ 23.09 45.01 8.45 -
YUV 134.04 67.02 55.22 -
System Red Green Blue C M Y K H S L
Decimal 32 207 26 0.85 0 0.87 0.19 118.01 0.78 0.46
Hex 20 CF 1A 55 0 57 13 76 4E 2E
Octal 40 317 32 125 0 127 23 166 116 56
Binary 100000 11001111 11010 1010101 0 1010111 10011 1110110 1001110 101110

Color Harmonies of #20CF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CF1A

Black with #20CF1A

Text Example


Text Example

White with #20CF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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