Html Css Color HEX #42C837 Lime Green

📋 copy color: '#42C837'

red 66 ◦ green 200 ◦ blue 55

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

Shades of Lime Green #42C837

Tints of Lime Green #42C837

RGB

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

 GREEN value IS 200 (78.52% from 255) = 62.31%

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

R = 20.56%
G = 62.31%
B = 17.13%

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

#42C837 (or 0x42C837) is known color: Lime Green. HEX triplet: 42, C8 and 37. RGB value is (66,200,55). Sum of RGB (Red+Green+Blue) = 66+200+55=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 200 (78.52% from 255 or 62.31% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 200 - color contains mainly: green. Hex color #42C837 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C837 is #BD37C8. Grayscale: #8F8F8F. Windows color (decimal): -12400585 or 3655746. OLE color: 3655746.

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

Color convert

RGB 66 200 55 -
CMYK 0.67 0 0.72 0.22
HSL 115.45º 0.57% 0.5% -
HSV(B) 115.45º 0.73% 0.78% -
XYZ 23.59 42.74 10.62 -
YUV 143.4 78.11 72.79 -
System Red Green Blue C M Y K H S L
Decimal 66 200 55 0.67 0 0.72 0.22 115.45 0.57 0.5
Hex 42 C8 37 43 0 48 16 73 39 32
Octal 102 310 67 103 0 110 26 163 71 62
Binary 1000010 11001000 110111 1000011 0 1001000 10110 1110011 111001 110010

Color Harmonies of #42C837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C837

Black with #42C837

Text Example


Text Example

White with #42C837

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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