#2DC13B

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

Shades of Lime Green #2DC13B

Tints of Lime Green #2DC13B

Color information

#2DC13B (or 0x2DC13B) is unknown color: approx Lime Green. HEX triplet: 2D, C1 and 3B. RGB value is (45,193,59). Sum of RGB (Red+Green+Blue) = 45+193+59=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 193 (75.78% from 255 or 64.98% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC13B is #D23EC4. Grayscale: #858585. Windows color (decimal): -13778629 or 3916077. OLE color: 3916077.

HSL color Cylindrical-coordinate representation of color #2DC13B: hue angle of 125.68º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC13B is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB4519359-
CMYK0.7700.690.24
HSL125.68º62.18%46.67%-
HSV(B)125.68º76.68%75.69%-
XYZ20.9439.0110.56-
YUV133.4785.9764.9-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.15%
GREEN value IS 193 (75.78% from 255) = 64.98%
BLUE value IS 59 (23.44% from 255) = 19.87%
R=15.15%
G=64.98%
B=19.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal45193590.7700.690.24125.6862.1846.67
Hex2DC13B4D045187e3e2f
Octal55301731150105301767657
Binary10110111000001111011100110101000101110001111110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,193,59); }

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

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

 a { background-color: rgb(45,193,59); }

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

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

 span { border-color: rgb(45,193,59); }

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