#2DB225

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

Shades of Lime Green #2DB225

Tints of Lime Green #2DB225

Color information

#2DB225 (or 0x2DB225) is unknown color: approx Lime Green. HEX triplet: 2D, B2 and 25. RGB value is (45,178,37). Sum of RGB (Red+Green+Blue) = 45+178+37=260 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.31% from 260); Green value is 178 (69.92% from 255 or 68.46% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB225 is #D24DDA. Grayscale: #7A7A7A. Windows color (decimal): -13782491 or 2470445. OLE color: 2470445.

HSL color Cylindrical-coordinate representation of color #2DB225: hue angle of 116.6º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DB225 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB4517837-
CMYK0.7500.790.30
HSL116.6º65.58%42.16%-
HSV(B)116.6º79.21%69.8%-
XYZ17.3432.537.12-
YUV122.1679.9472.96-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.31%
GREEN value IS 178 (69.92% from 255) = 68.46%
BLUE value IS 37 (14.84% from 255) = 14.23%
R=17.31%
G=68.46%
B=14.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal45178370.7500.790.30116.665.5842.16
Hex2DB2254B04F1E75422a
Octal552624511301173616510252
Binary101101101100101001011001011010011111111011101011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,178,37); }

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

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

 a { background-color: rgb(45,178,37); }

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

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

 span { border-color: rgb(45,178,37); }

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