#42D74E

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

Shades of Lime Green #42D74E

Tints of Lime Green #42D74E

Color information

#42D74E (or 0x42D74E) is unknown color: approx Lime Green. HEX triplet: 42, D7 and 4E. RGB value is (66,215,78). Sum of RGB (Red+Green+Blue) = 66+215+78=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 215 (84.38% from 255 or 59.89% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 215 - color contains mainly: green. Hex color #42D74E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D74E is #BD28B1. Grayscale: #9B9B9B. Windows color (decimal): -12396722 or 5166914. OLE color: 5166914.

HSL color Cylindrical-coordinate representation of color #42D74E: hue angle of 124.83º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D74E is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB6621578-
CMYK0.6900.640.16
HSL124.83º65.07%55.1%-
HSV(B)124.83º69.3%84.31%-
XYZ27.9250.3115.45-
YUV154.8384.6464.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.38%
GREEN value IS 215 (84.38% from 255) = 59.89%
BLUE value IS 78 (30.86% from 255) = 21.73%
R=18.38%
G=59.89%
B=21.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal66215780.6900.640.16124.8365.0755.1
Hex42D74E45040107d4137
Octal10232711610501002017510167
Binary10000101101011110011101000101010000001000011111011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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