Html Css Color HEX #42DE37 Lime Green

📋 copy color: '#42DE37'

red 66 ◦ green 222 ◦ blue 55

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

Shades of Lime Green #42DE37

Tints of Lime Green #42DE37

RGB

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

 GREEN value IS 222 (87.11% from 255) = 64.72%

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

R = 19.24%
G = 64.72%
B = 16.03%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#42DE37 (or 0x42DE37) is known color: Lime Green. HEX triplet: 42, DE and 37. RGB value is (66,222,55). Sum of RGB (Red+Green+Blue) = 66+222+55=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 222 (87.11% from 255 or 64.72% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 222 - color contains mainly: green. Hex color #42DE37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DE37 is #BD21C8. Grayscale: #9C9C9C. Windows color (decimal): -12394953 or 3661378. OLE color: 3661378.

HSL color Cylindrical-coordinate representation of color #42DE37: hue angle of 116.05º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42DE37 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 222 55 -
CMYK 0.70 0 0.75 0.13
HSL 116.05º 0.72% 0.54% -
HSV(B) 116.05º 0.75% 0.87% -
XYZ 29.06 53.68 12.44 -
YUV 156.32 70.82 63.58 -
System Red Green Blue C M Y K H S L
Decimal 66 222 55 0.70 0 0.75 0.13 116.05 0.72 0.54
Hex 42 DE 37 46 0 4B D 74 48 36
Octal 102 336 67 106 0 113 15 164 110 66
Binary 1000010 11011110 110111 1000110 0 1001011 1101 1110100 1001000 110110

Color Harmonies of #42DE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DE37

Black with #42DE37

Text Example


Text Example

White with #42DE37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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