#42D12C

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

Shades of Lime Green #42D12C

Tints of Lime Green #42D12C

Color information

#42D12C (or 0x42D12C) is unknown color: approx Lime Green. HEX triplet: 42, D1 and 2C. RGB value is (66,209,44). Sum of RGB (Red+Green+Blue) = 66+209+44=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 209 (82.03% from 255 or 65.52% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 209 - color contains mainly: green. Hex color #42D12C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D12C is #BD2ED3. Grayscale: #939393. Windows color (decimal): -12398292 or 2937154. OLE color: 2937154.

HSL color Cylindrical-coordinate representation of color #42D12C: hue angle of 112º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42D12C is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB6620944-
CMYK0.6800.790.18
HSL112º65.22%49.61%-
HSV(B)112º78.95%81.96%-
XYZ25.546.9410.1-
YUV147.4369.6269.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.69%
GREEN value IS 209 (82.03% from 255) = 65.52%
BLUE value IS 44 (17.58% from 255) = 13.79%
R=20.69%
G=65.52%
B=13.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66209440.6800.790.1811265.2249.61
Hex42D12C4404F12704132
Octal1023215410401172216010162
Binary1000010110100011011001000100010011111001011100001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,209,44); }

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

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

 a { background-color: rgb(66,209,44); }

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

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

 span { border-color: rgb(66,209,44); }

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