#42C53D

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

Shades of Lime Green #42C53D

Tints of Lime Green #42C53D

Color information

#42C53D (or 0x42C53D) is unknown color: approx Lime Green. HEX triplet: 42, C5 and 3D. RGB value is (66,197,61). Sum of RGB (Red+Green+Blue) = 66+197+61=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 197 (77.34% from 255 or 60.80% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 197 - color contains mainly: green. Hex color #42C53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C53D is #BD3AC2. Grayscale: #8E8E8E. Windows color (decimal): -12401347 or 4048194. OLE color: 4048194.

HSL color Cylindrical-coordinate representation of color #42C53D: hue angle of 117.79º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42C53D is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB6619761-
CMYK0.6600.690.23
HSL117.79º53.97%50.59%-
HSV(B)117.79º69.04%77.25%-
XYZ23.0641.4311.2-
YUV142.3382.173.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.37%
GREEN value IS 197 (77.34% from 255) = 60.80%
BLUE value IS 61 (24.22% from 255) = 18.83%
R=20.37%
G=60.80%
B=18.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal66197610.6600.690.23117.7953.9750.59
Hex42C53D4204517763633
Octal102305751020105271666663
Binary100001011000101111101100001001000101101111110110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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