#42D750

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

Shades of Lime Green #42D750

Tints of Lime Green #42D750

Color information

#42D750 (or 0x42D750) is unknown color: approx Lime Green. HEX triplet: 42, D7 and 50. RGB value is (66,215,80). Sum of RGB (Red+Green+Blue) = 66+215+80=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 215 (84.38% from 255 or 59.56% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 215 - color contains mainly: green. Hex color #42D750 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D750 is #BD28AF. Grayscale: #9B9B9B. Windows color (decimal): -12396720 or 5297986. OLE color: 5297986.

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

Color convert

RGB6621580-
CMYK0.6900.630.16
HSL125.64º65.07%55.1%-
HSV(B)125.64º69.3%84.31%-
XYZ2850.3415.83-
YUV155.0685.6464.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.28%
GREEN value IS 215 (84.38% from 255) = 59.56%
BLUE value IS 80 (31.64% from 255) = 22.16%
R=18.28%
G=59.56%
B=22.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal66215800.6900.630.16125.6465.0755.1
Hex42D7504503F107e4137
Octal1023271201050772017610167
Binary1000010110101111010000100010101111111000011111101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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