Html Css Color HEX #42D856 Lime Green

📋 copy color: '#42D856'

red 66 ◦ green 216 ◦ blue 86

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

Shades of Lime Green #42D856

Tints of Lime Green #42D856

RGB

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

 GREEN value IS 216 (84.77% from 255) = 58.7%

 BLUE value IS 86 (33.98% from 255) = 23.37%

R = 17.93%
G = 58.7%
B = 23.37%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#42D856 (or 0x42D856) is known color: Lime Green. HEX triplet: 42, D8 and 56. RGB value is (66,216,86). Sum of RGB (Red+Green+Blue) = 66+216+86=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 216 (84.77% from 255 or 58.70% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 216 - color contains mainly: green. Hex color #42D856 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D856 is #BD27A9. Grayscale: #9C9C9C. Windows color (decimal): -12396458 or 5691458. OLE color: 5691458.

HSL color Cylindrical-coordinate representation of color #42D856: hue angle of 128º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D856 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 216 86 -
CMYK 0.69 0 0.60 0.15
HSL 128º 0.66% 0.55% -
HSV(B) 128º 0.69% 0.85% -
XYZ 28.48 50.94 17.14 -
YUV 156.33 88.31 63.57 -
System Red Green Blue C M Y K H S L
Decimal 66 216 86 0.69 0 0.60 0.15 128 0.66 0.55
Hex 42 D8 56 45 0 3C F 80 42 37
Octal 102 330 126 105 0 74 17 200 102 67
Binary 1000010 11011000 1010110 1000101 0 111100 1111 10000000 1000010 110111

Color Harmonies of #42D856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D856

Black with #42D856

Text Example


Text Example

White with #42D856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,216,86); }

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

background-color css

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

 a { background-color: rgb(66,216,86); }

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

border-color css

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

 span { border-color: rgb(66,216,86); }

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