Html Css Color HEX #42D24E Lime Green

📋 copy color: '#42D24E'

red 66 ◦ green 210 ◦ blue 78

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

Shades of Lime Green #42D24E

Tints of Lime Green #42D24E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 59.32%

 BLUE value IS 78 (30.86% from 255) = 22.03%

R = 18.64%
G = 59.32%
B = 22.03%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#42D24E (or 0x42D24E) is known color: Lime Green. HEX triplet: 42, D2 and 4E. RGB value is (66,210,78). Sum of RGB (Red+Green+Blue) = 66+210+78=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 210 (82.42% from 255 or 59.32% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 210 - color contains mainly: green. Hex color #42D24E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D24E is #BD2DB1. Grayscale: #989898. Windows color (decimal): -12398002 or 5165634. OLE color: 5165634.

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

Color convert

RGB 66 210 78 -
CMYK 0.69 0 0.63 0.18
HSL 125º 0.62% 0.54% -
HSV(B) 125º 0.69% 0.82% -
XYZ 26.67 47.8 15.03 -
YUV 151.9 86.29 66.73 -
System Red Green Blue C M Y K H S L
Decimal 66 210 78 0.69 0 0.63 0.18 125 0.62 0.54
Hex 42 D2 4E 45 0 3F 12 7D 3E 36
Octal 102 322 116 105 0 77 22 175 76 66
Binary 1000010 11010010 1001110 1000101 0 111111 10010 1111101 111110 110110

Color Harmonies of #42D24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D24E

Black with #42D24E

Text Example


Text Example

White with #42D24E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,210,78); }

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

background-color css

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

 a { background-color: rgb(66,210,78); }

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

border-color css

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

 span { border-color: rgb(66,210,78); }

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