Html Css Color HEX #20C028 Lime Green

📋 copy color: '#20C028'

red 32 ◦ green 192 ◦ blue 40

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

Shades of Lime Green #20C028

Tints of Lime Green #20C028

RGB

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

 GREEN value IS 192 (75.39% from 255) = 72.73%

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

R = 12.12%
G = 72.73%
B = 15.15%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#20C028 (or 0x20C028) is known color: Lime Green. HEX triplet: 20, C0 and 28. RGB value is (32,192,40). Sum of RGB (Red+Green+Blue) = 32+192+40=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 192 (75.39% from 255 or 72.73% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 192 - color contains mainly: green. Hex color #20C028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C028 is #DF3FD7. Grayscale: #7F7F7F. Windows color (decimal): -14630872 or 2670624. OLE color: 2670624.

HSL color Cylindrical-coordinate representation of color #20C028: hue angle of 123º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C028 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 192 40 -
CMYK 0.83 0 0.79 0.25
HSL 123º 0.71% 0.44% -
HSV(B) 123º 0.83% 0.75% -
XYZ 19.83 38.16 8.33 -
YUV 126.83 78.99 60.36 -
System Red Green Blue C M Y K H S L
Decimal 32 192 40 0.83 0 0.79 0.25 123 0.71 0.44
Hex 20 C0 28 53 0 4F 19 7B 47 2C
Octal 40 300 50 123 0 117 31 173 107 54
Binary 100000 11000000 101000 1010011 0 1001111 11001 1111011 1000111 101100

Color Harmonies of #20C028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C028

Black with #20C028

Text Example


Text Example

White with #20C028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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