Html Css Color HEX #42D039 Lime Green

📋 copy color: '#42D039'

red 66 ◦ green 208 ◦ blue 57

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

Shades of Lime Green #42D039

Tints of Lime Green #42D039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.22%

R = 19.94%
G = 62.84%
B = 17.22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#42D039 (or 0x42D039) is known color: Lime Green. HEX triplet: 42, D0 and 39. RGB value is (66,208,57). Sum of RGB (Red+Green+Blue) = 66+208+57=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 208 (81.64% from 255 or 62.84% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 208 - color contains mainly: green. Hex color #42D039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D039 is #BD2FC6. Grayscale: #949494. Windows color (decimal): -12398535 or 3788866. OLE color: 3788866.

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

Color convert

RGB 66 208 57 -
CMYK 0.68 0 0.73 0.18
HSL 116.42º 0.62% 0.52% -
HSV(B) 116.42º 0.73% 0.82% -
XYZ 25.54 46.57 11.51 -
YUV 148.33 76.46 69.28 -
System Red Green Blue C M Y K H S L
Decimal 66 208 57 0.68 0 0.73 0.18 116.42 0.62 0.52
Hex 42 D0 39 44 0 49 12 74 3E 34
Octal 102 320 71 104 0 111 22 164 76 64
Binary 1000010 11010000 111001 1000100 0 1001001 10010 1110100 111110 110100

Color Harmonies of #42D039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D039

Black with #42D039

Text Example


Text Example

White with #42D039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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