#2DCA12

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

Shades of Lime Green #2DCA12

Tints of Lime Green #2DCA12

Color information

#2DCA12 (or 0x2DCA12) is unknown color: approx Lime Green. HEX triplet: 2D, CA and 12. RGB value is (45,202,18). Sum of RGB (Red+Green+Blue) = 45+202+18=265 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.98% from 265); Green value is 202 (79.30% from 255 or 76.23% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCA12 is #D235ED. Grayscale: #868686. Windows color (decimal): -13776366 or 1231405. OLE color: 1231405.

HSL color Cylindrical-coordinate representation of color #2DCA12: hue angle of 111.2º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DCA12 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB4520218-
CMYK0.7800.910.21
HSL111.2º83.64%43.14%-
HSV(B)111.2º91.09%79.22%-
XYZ22.3142.847.67-
YUV134.0862.4964.46-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.98%
GREEN value IS 202 (79.30% from 255) = 76.23%
BLUE value IS 18 (7.42% from 255) = 6.79%
R=16.98%
G=76.23%
B=6.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal45202180.7800.910.21111.283.6443.14
Hex2DCA124E05B156f542b
Octal553122211601332515712453
Binary10110111001010100101001110010110111010111011111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DCA12; }

 p { color: rgb(45,202,18); }

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

<style>
 a { background-color: #2DCA12; }

 a { background-color: rgb(45,202,18); }

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

<style>
 span { border-color: #2DCA12; }

 span { border-color: rgb(45,202,18); }

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