#42D84F

Color #42D84F Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #42D84F

Tints of Lime Green #42D84F

Color information

#42D84F (or 0x42D84F) is unknown color: approx Lime Green. HEX triplet: 42, D8 and 4F. RGB value is (66,216,79). Sum of RGB (Red+Green+Blue) = 66+216+79=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 216 (84.77% from 255 or 59.83% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 216 - color contains mainly: green. Hex color #42D84F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D84F is #BD27B0. Grayscale: #9B9B9B. Windows color (decimal): -12396465 or 5232706. OLE color: 5232706.

HSL color Cylindrical-coordinate representation of color #42D84F: hue angle of 125.2º 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 #42D84F is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB6621679-
CMYK0.6900.630.15
HSL125.2º65.79%55.29%-
HSV(B)125.2º69.44%84.71%-
XYZ28.2150.8315.72-
YUV155.5384.864.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.28%
GREEN value IS 216 (84.77% from 255) = 59.83%
BLUE value IS 79 (31.25% from 255) = 21.88%
R=18.28%
G=59.83%
B=21.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal66216790.6900.630.15125.265.7955.29
Hex42D84F4503FF7d4237
Octal1023301171050771717510267
Binary100001011011000100111110001010111111111111111011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #42D84F;
 }
 .AnyTagClassName
 {
   color: #42D84F;
 }
</style>
background-color css

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

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

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

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

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

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