Html Css Color HEX #42C737 Lime Green

📋 copy color: '#42C737'

red 66 ◦ green 199 ◦ blue 55

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

Shades of Lime Green #42C737

Tints of Lime Green #42C737

RGB

 RED value IS 66 (26.17% from 255) = 20.63%

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

 BLUE value IS 55 (21.88% from 255) = 17.19%

R = 20.63%
G = 62.19%
B = 17.19%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#42C737 (or 0x42C737) is known color: Lime Green. HEX triplet: 42, C7 and 37. RGB value is (66,199,55). Sum of RGB (Red+Green+Blue) = 66+199+55=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 199 (78.12% from 255 or 62.19% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 199 - color contains mainly: green. Hex color #42C737 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C737 is #BD38C8. Grayscale: #8F8F8F. Windows color (decimal): -12400841 or 3655490. OLE color: 3655490.

HSL color Cylindrical-coordinate representation of color #42C737: hue angle of 115.42º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42C737 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 199 55 -
CMYK 0.67 0 0.72 0.22
HSL 115.42º 0.57% 0.5% -
HSV(B) 115.42º 0.72% 0.78% -
XYZ 23.36 42.28 10.54 -
YUV 142.82 78.44 73.21 -
System Red Green Blue C M Y K H S L
Decimal 66 199 55 0.67 0 0.72 0.22 115.42 0.57 0.5
Hex 42 C7 37 43 0 48 16 73 39 32
Octal 102 307 67 103 0 110 26 163 71 62
Binary 1000010 11000111 110111 1000011 0 1001000 10110 1110011 111001 110010

Color Harmonies of #42C737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C737

Black with #42C737

Text Example


Text Example

White with #42C737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42C737; }

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

 H1.HeaderClassName
 {
   color: #42C737;
 }
 .AnyTagClassName
 {
   color: #42C737;
 }
</style>

background-color css

<style>
 a { background-color: #42C737; }

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

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

border-color css

<style>
 span { border-color: #42C737; }

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

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