#42F93C

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

Shades of Lime Green #42F93C

Tints of Lime Green #42F93C

Color information

#42F93C (or 0x42F93C) is unknown color: approx Lime Green. HEX triplet: 42, F9 and 3C. RGB value is (66,249,60). Sum of RGB (Red+Green+Blue) = 66+249+60=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 249 (97.66% from 255 or 66.4% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 249 - color contains mainly: green. Hex color #42F93C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F93C is #BD06C3. Grayscale: #ADADAD. Windows color (decimal): -12388036 or 3995970. OLE color: 3995970.

HSL color Cylindrical-coordinate representation of color #42F93C: hue angle of 118.1º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42F93C is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB6624960-
CMYK0.7300.760.02
HSL118.1º94.03%60.59%-
HSV(B)118.1º75.9%97.65%-
XYZ36.9469.2415.69-
YUV172.7464.3751.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.6%
GREEN value IS 249 (97.66% from 255) = 66.4%
BLUE value IS 60 (23.83% from 255) = 16%
R=17.6%
G=66.4%
B=16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal66249600.7300.760.02118.194.0360.59
Hex42F93C4904C2765e3d
Octal102371741110114216613675
Binary1000010111110011111001001001010011001011101101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,249,60); }

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

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

 a { background-color: rgb(66,249,60); }

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

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

 span { border-color: rgb(66,249,60); }

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