#42D848

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

Shades of Lime Green #42D848

Tints of Lime Green #42D848

Color information

#42D848 (or 0x42D848) is unknown color: approx Lime Green. HEX triplet: 42, D8 and 48. RGB value is (66,216,72). Sum of RGB (Red+Green+Blue) = 66+216+72=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 216 (84.77% from 255 or 61.02% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 216 - color contains mainly: green. Hex color #42D848 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D848 is #BD27B7. Grayscale: #9B9B9B. Windows color (decimal): -12396472 or 4773954. OLE color: 4773954.

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

Color convert

RGB6621672-
CMYK0.6900.670.15
HSL122.4º65.79%55.29%-
HSV(B)122.4º69.44%84.71%-
XYZ27.9750.7414.45-
YUV154.7381.3164.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.64%
GREEN value IS 216 (84.77% from 255) = 61.02%
BLUE value IS 72 (28.52% from 255) = 20.34%
R=18.64%
G=61.02%
B=20.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal66216720.6900.670.15122.465.7955.29
Hex42D84845043F7a4237
Octal10233011010501031717210267
Binary1000010110110001001000100010101000011111111110101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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