#42C62F

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

Shades of Lime Green #42C62F

Tints of Lime Green #42C62F

Color information

#42C62F (or 0x42C62F) is unknown color: approx Lime Green. HEX triplet: 42, C6 and 2F. RGB value is (66,198,47). Sum of RGB (Red+Green+Blue) = 66+198+47=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 198 (77.73% from 255 or 63.67% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 198 - color contains mainly: green. Hex color #42C62F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C62F is #BD39D0. Grayscale: #8D8D8D. Windows color (decimal): -12401105 or 3130946. OLE color: 3130946.

HSL color Cylindrical-coordinate representation of color #42C62F: hue angle of 112.45º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42C62F is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB6619847-
CMYK0.6700.760.22
HSL112.45º61.63%48.04%-
HSV(B)112.45º76.26%77.65%-
XYZ22.9541.759.54-
YUV141.3274.7774.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 198 (77.73% from 255) = 63.67%
BLUE value IS 47 (18.75% from 255) = 15.11%
R=21.22%
G=63.67%
B=15.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal66198470.6700.760.22112.4561.6348.04
Hex42C62F4304C16703e30
Octal102306571030114261607660
Binary100001011000110101111100001101001100101101110000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C62F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,198,47); }

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

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

 a { background-color: rgb(66,198,47); }

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

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

 span { border-color: rgb(66,198,47); }

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