Html Css Color HEX #20C434 Lime Green

📋 copy color: '#20C434'

red 32 ◦ green 196 ◦ blue 52

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

Shades of Lime Green #20C434

Tints of Lime Green #20C434

RGB

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

 GREEN value IS 196 (76.95% from 255) = 70%

 BLUE value IS 52 (20.7% from 255) = 18.57%

R = 11.43%
G = 70%
B = 18.57%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#20C434 (or 0x20C434) is known color: Lime Green. HEX triplet: 20, C4 and 34. RGB value is (32,196,52). Sum of RGB (Red+Green+Blue) = 32+196+52=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 196 (76.95% from 255 or 70% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 196 - color contains mainly: green. Hex color #20C434 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C434 is #DF3BCB. Grayscale: #828282. Windows color (decimal): -14629836 or 3458080. OLE color: 3458080.

HSL color Cylindrical-coordinate representation of color #20C434: hue angle of 127.32º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C434 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 32 196 52 -
CMYK 0.84 0 0.73 0.23
HSL 127.32º 0.72% 0.45% -
HSV(B) 127.32º 0.84% 0.77% -
XYZ 20.96 40.03 9.87 -
YUV 130.55 83.67 57.71 -
System Red Green Blue C M Y K H S L
Decimal 32 196 52 0.84 0 0.73 0.23 127.32 0.72 0.45
Hex 20 C4 34 54 0 49 17 7F 48 2D
Octal 40 304 64 124 0 111 27 177 110 55
Binary 100000 11000100 110100 1010100 0 1001001 10111 1111111 1001000 101101

Color Harmonies of #20C434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C434

Black with #20C434

Text Example


Text Example

White with #20C434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,196,52); }

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

background-color css

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

 a { background-color: rgb(32,196,52); }

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

border-color css

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

 span { border-color: rgb(32,196,52); }

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