#42D93A

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

Shades of Lime Green #42D93A

Tints of Lime Green #42D93A

Color information

#42D93A (or 0x42D93A) is unknown color: approx Lime Green. HEX triplet: 42, D9 and 3A. RGB value is (66,217,58). Sum of RGB (Red+Green+Blue) = 66+217+58=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 217 (85.16% from 255 or 63.64% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 217 - color contains mainly: green. Hex color #42D93A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D93A is #BD26C5. Grayscale: #9A9A9A. Windows color (decimal): -12396230 or 3856706. OLE color: 3856706.

HSL color Cylindrical-coordinate representation of color #42D93A: hue angle of 116.98º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42D93A is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB6621758-
CMYK0.7000.730.15
HSL116.98º67.66%53.92%-
HSV(B)116.98º73.27%85.1%-
XYZ27.8251.0912.4-
YUV153.7273.9765.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.35%
GREEN value IS 217 (85.16% from 255) = 63.64%
BLUE value IS 58 (23.05% from 255) = 17.01%
R=19.35%
G=63.64%
B=17.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal66217580.7000.730.15116.9867.6653.92
Hex42D93A46049F754436
Octal1023317210601111716510466
Binary100001011011001111010100011001001001111111101011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,217,58); }

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

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

 a { background-color: rgb(66,217,58); }

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

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

 span { border-color: rgb(66,217,58); }

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