Html Css Color HEX #20C742 Lime Green

📋 copy color: '#20C742'

red 32 ◦ green 199 ◦ blue 66

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

Shades of Lime Green #20C742

Tints of Lime Green #20C742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.22%

R = 10.77%
G = 67%
B = 22.22%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#20C742 (or 0x20C742) is known color: Lime Green. HEX triplet: 20, C7 and 42. RGB value is (32,199,66). Sum of RGB (Red+Green+Blue) = 32+199+66=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 199 (78.12% from 255 or 67.00% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 199 - color contains mainly: green. Hex color #20C742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C742 is #DF38BD. Grayscale: #868686. Windows color (decimal): -14629054 or 4376352. OLE color: 4376352.

HSL color Cylindrical-coordinate representation of color #20C742: hue angle of 132.22º 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 #20C742 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 32 199 66 -
CMYK 0.84 0 0.67 0.22
HSL 132.22º 0.72% 0.45% -
HSV(B) 132.22º 0.84% 0.78% -
XYZ 22 41.55 12.01 -
YUV 133.91 89.67 55.31 -
System Red Green Blue C M Y K H S L
Decimal 32 199 66 0.84 0 0.67 0.22 132.22 0.72 0.45
Hex 20 C7 42 54 0 43 16 84 48 2D
Octal 40 307 102 124 0 103 26 204 110 55
Binary 100000 11000111 1000010 1010100 0 1000011 10110 10000100 1001000 101101

Color Harmonies of #20C742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C742

Black with #20C742

Text Example


Text Example

White with #20C742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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