#12D629

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

Shades of Lime Green #12D629

Tints of Lime Green #12D629

Color information

#12D629 (or 0x12D629) is unknown color: approx Lime Green. HEX triplet: 12, D6 and 29. RGB value is (18,214,41). Sum of RGB (Red+Green+Blue) = 18+214+41=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 214 (83.98% from 255 or 78.39% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 214 - color contains mainly: green. Hex color #12D629 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D629 is #ED29D6. Grayscale: #888888. Windows color (decimal): -15542743 or 2741778. OLE color: 2741778.

HSL color Cylindrical-coordinate representation of color #12D629: hue angle of 127.04º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D629 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB1821441-
CMYK0.9200.810.16
HSL127.04º84.48%45.49%-
HSV(B)127.04º91.59%83.92%-
XYZ24.748.3810.13-
YUV135.6774.5744.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.59%
GREEN value IS 214 (83.98% from 255) = 78.39%
BLUE value IS 41 (16.41% from 255) = 15.02%
R=6.59%
G=78.39%
B=15.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal18214410.9200.810.16127.0484.4845.49
Hex12D6295C051107f542d
Octal223265113401212017712455
Binary10010110101101010011011100010100011000011111111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12D629; }

 p { color: rgb(18,214,41); }

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

<style>
 a { background-color: #12D629; }

 a { background-color: rgb(18,214,41); }

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

<style>
 span { border-color: #12D629; }

 span { border-color: rgb(18,214,41); }

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