Html Css Color HEX #42D037 Lime Green

📋 copy color: '#42D037'

red 66 ◦ green 208 ◦ blue 55

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

Shades of Lime Green #42D037

Tints of Lime Green #42D037

RGB

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

 GREEN value IS 208 (81.64% from 255) = 63.22%

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

R = 20.06%
G = 63.22%
B = 16.72%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#42D037 (or 0x42D037) is known color: Lime Green. HEX triplet: 42, D0 and 37. RGB value is (66,208,55). Sum of RGB (Red+Green+Blue) = 66+208+55=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 208 (81.64% from 255 or 63.22% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 208 - color contains mainly: green. Hex color #42D037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D037 is #BD2FC8. Grayscale: #949494. Windows color (decimal): -12398537 or 3657794. OLE color: 3657794.

HSL color Cylindrical-coordinate representation of color #42D037: hue angle of 115.69º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42D037 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 208 55 -
CMYK 0.68 0 0.74 0.18
HSL 115.69º 0.62% 0.52% -
HSV(B) 115.69º 0.74% 0.82% -
XYZ 25.49 46.55 11.26 -
YUV 148.1 75.46 69.44 -
System Red Green Blue C M Y K H S L
Decimal 66 208 55 0.68 0 0.74 0.18 115.69 0.62 0.52
Hex 42 D0 37 44 0 4A 12 74 3E 34
Octal 102 320 67 104 0 112 22 164 76 64
Binary 1000010 11010000 110111 1000100 0 1001010 10010 1110100 111110 110100

Color Harmonies of #42D037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D037

Black with #42D037

Text Example


Text Example

White with #42D037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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