#42BC40

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

Shades of Lime Green #42BC40

Tints of Lime Green #42BC40

Color information

#42BC40 (or 0x42BC40) is unknown color: approx Lime Green. HEX triplet: 42, BC and 40. RGB value is (66,188,64). Sum of RGB (Red+Green+Blue) = 66+188+64=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BC40 is #BD43BF. Grayscale: #898989. Windows color (decimal): -12403648 or 4242498. OLE color: 4242498.

HSL color Cylindrical-coordinate representation of color #42BC40: hue angle of 119.03º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42BC40 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB6618864-
CMYK0.6500.660.26
HSL119.03º49.21%49.41%-
HSV(B)119.03º65.96%73.73%-
XYZ21.1637.4910.97-
YUV137.3986.5877.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.75%
GREEN value IS 188 (73.83% from 255) = 59.12%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=20.75%
G=59.12%
B=20.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66188640.6500.660.26119.0349.2149.41
Hex42BC40410421A773131
Octal1022741001010102321676161
Binary1000010101111001000000100000101000010110101110111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,188,64); }

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

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

 a { background-color: rgb(66,188,64); }

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

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

 span { border-color: rgb(66,188,64); }

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