#42c130

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

Shades of Lime Green #42C130

Tints of Lime Green #42C130

Color information

#42C130 (or 0x42C130) is unknown color: approx Lime Green. HEX triplet: 42, C1 and 30. RGB value is (66,193,48). Sum of RGB (Red+Green+Blue) = 66+193+48=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 193 (75.78% from 255 or 62.87% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 193 - color contains mainly: green. Hex color #42C130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C130 is #BD3ECF. Grayscale: #8A8A8A. Windows color (decimal): -12402384 or 3195202. OLE color: 3195202.

HSL color Cylindrical-coordinate representation of color #42C130: hue angle of 112.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42C130 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB6619348-
CMYK0.6600.750.24
HSL112.55º60.17%47.25%-
HSV(B)112.55º75.13%75.69%-
XYZ21.8539.519.27-
YUV138.576.9276.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 193 (75.78% from 255) = 62.87%
BLUE value IS 48 (19.14% from 255) = 15.64%
R=21.50%
G=62.87%
B=15.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal66193480.6600.750.24112.5560.1747.25
Hex42C1304204B18713c2f
Octal102301601020113301617457
Binary100001011000001110000100001001001011110001110001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42c130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,193,48); }

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

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

 a { background-color: rgb(66,193,48); }

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

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

 span { border-color: rgb(66,193,48); }

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