Html Css Color HEX #20C024 Lime Green

📋 copy color: '#20C024'

red 32 ◦ green 192 ◦ blue 36

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

Shades of Lime Green #20C024

Tints of Lime Green #20C024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.85%

R = 12.31%
G = 73.85%
B = 13.85%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#20C024 (or 0x20C024) is known color: Lime Green. HEX triplet: 20, C0 and 24. RGB value is (32,192,36). Sum of RGB (Red+Green+Blue) = 32+192+36=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 192 (75.39% from 255 or 73.85% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 192 - color contains mainly: green. Hex color #20C024 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C024 is #DF3FDB. Grayscale: #7E7E7E. Windows color (decimal): -14630876 or 2408480. OLE color: 2408480.

HSL color Cylindrical-coordinate representation of color #20C024: hue angle of 121.5º 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 #20C024 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 192 36 -
CMYK 0.83 0 0.81 0.25
HSL 121.5º 0.71% 0.44% -
HSV(B) 121.5º 0.83% 0.75% -
XYZ 19.76 38.13 7.99 -
YUV 126.38 76.99 60.68 -
System Red Green Blue C M Y K H S L
Decimal 32 192 36 0.83 0 0.81 0.25 121.5 0.71 0.44
Hex 20 C0 24 53 0 51 19 7A 47 2C
Octal 40 300 44 123 0 121 31 172 107 54
Binary 100000 11000000 100100 1010011 0 1010001 11001 1111010 1000111 101100

Color Harmonies of #20C024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C024

Black with #20C024

Text Example


Text Example

White with #20C024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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