Html Css Color HEX #20C734 Lime Green

📋 copy color: '#20C734'

red 32 ◦ green 199 ◦ blue 52

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

Shades of Lime Green #20C734

Tints of Lime Green #20C734

RGB

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

 GREEN value IS 199 (78.13% from 255) = 70.32%

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

R = 11.31%
G = 70.32%
B = 18.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#20C734 (or 0x20C734) is known color: Lime Green. HEX triplet: 20, C7 and 34. RGB value is (32,199,52). Sum of RGB (Red+Green+Blue) = 32+199+52=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 199 (78.12% from 255 or 70.32% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 199 - color contains mainly: green. Hex color #20C734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C734 is #DF38CB. Grayscale: #848484. Windows color (decimal): -14629068 or 3458848. OLE color: 3458848.

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

Color convert

RGB 32 199 52 -
CMYK 0.84 0 0.74 0.22
HSL 127.19º 0.72% 0.45% -
HSV(B) 127.19º 0.84% 0.78% -
XYZ 21.64 41.4 10.1 -
YUV 132.31 82.67 56.45 -
System Red Green Blue C M Y K H S L
Decimal 32 199 52 0.84 0 0.74 0.22 127.19 0.72 0.45
Hex 20 C7 34 54 0 4A 16 7F 48 2D
Octal 40 307 64 124 0 112 26 177 110 55
Binary 100000 11000111 110100 1010100 0 1001010 10110 1111111 1001000 101101

Color Harmonies of #20C734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C734

Black with #20C734

Text Example


Text Example

White with #20C734

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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