#42F53D

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

Shades of Lime Green #42F53D

Tints of Lime Green #42F53D

Color information

#42F53D (or 0x42F53D) is unknown color: approx Lime Green. HEX triplet: 42, F5 and 3D. RGB value is (66,245,61). Sum of RGB (Red+Green+Blue) = 66+245+61=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 245 (96.09% from 255 or 65.86% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 245 - color contains mainly: green. Hex color #42F53D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F53D is #BD0AC2. Grayscale: #ABABAB. Windows color (decimal): -12389059 or 4060482. OLE color: 4060482.

HSL color Cylindrical-coordinate representation of color #42F53D: hue angle of 118.37º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42F53D is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB6624561-
CMYK0.7300.750.04
HSL118.37º90.2%60%-
HSV(B)118.37º75.1%96.08%-
XYZ35.7466.815.42-
YUV170.566.253.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.74%
GREEN value IS 245 (96.09% from 255) = 65.86%
BLUE value IS 61 (24.22% from 255) = 16.40%
R=17.74%
G=65.86%
B=16.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal66245610.7300.750.04118.3790.260
Hex42F53D4904B4765a3c
Octal102365751110113416613274
Binary10000101111010111110110010010100101110011101101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,245,61); }

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

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

 a { background-color: rgb(66,245,61); }

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

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

 span { border-color: rgb(66,245,61); }

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