Html Css Color HEX #20CC28 Lime Green

📋 copy color: '#20CC28'

red 32 ◦ green 204 ◦ blue 40

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

Shades of Lime Green #20CC28

Tints of Lime Green #20CC28

RGB

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

 GREEN value IS 204 (80.08% from 255) = 73.91%

 BLUE value IS 40 (16.02% from 255) = 14.49%

R = 11.59%
G = 73.91%
B = 14.49%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#20CC28 (or 0x20CC28) is known color: Lime Green. HEX triplet: 20, CC and 28. RGB value is (32,204,40). Sum of RGB (Red+Green+Blue) = 32+204+40=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 204 (80.08% from 255 or 73.91% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CC28 is #DF33D7. Grayscale: #868686. Windows color (decimal): -14627800 or 2673696. OLE color: 2673696.

HSL color Cylindrical-coordinate representation of color #20CC28: hue angle of 122.79º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CC28 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 204 40 -
CMYK 0.84 0 0.80 0.2
HSL 122.79º 0.73% 0.46% -
HSV(B) 122.79º 0.84% 0.8% -
XYZ 22.57 43.65 9.24 -
YUV 133.88 75.02 55.34 -
System Red Green Blue C M Y K H S L
Decimal 32 204 40 0.84 0 0.80 0.2 122.79 0.73 0.46
Hex 20 CC 28 54 0 50 14 7B 49 2E
Octal 40 314 50 124 0 120 24 173 111 56
Binary 100000 11001100 101000 1010100 0 1010000 10100 1111011 1001001 101110

Color Harmonies of #20CC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CC28

Black with #20CC28

Text Example


Text Example

White with #20CC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,204,40); }

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

background-color css

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

 a { background-color: rgb(32,204,40); }

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

border-color css

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

 span { border-color: rgb(32,204,40); }

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