#2DB721

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

Shades of Lime Green #2DB721

Tints of Lime Green #2DB721

Color information

#2DB721 (or 0x2DB721) is unknown color: approx Lime Green. HEX triplet: 2D, B7 and 21. RGB value is (45,183,33). Sum of RGB (Red+Green+Blue) = 45+183+33=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 183 (71.88% from 255 or 70.11% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB721 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB721 is #D248DE. Grayscale: #7D7D7D. Windows color (decimal): -13781215 or 2209581. OLE color: 2209581.

HSL color Cylindrical-coordinate representation of color #2DB721: hue angle of 115.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DB721 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB4518333-
CMYK0.7500.820.28
HSL115.2º69.44%42.35%-
HSV(B)115.2º81.97%71.76%-
XYZ18.2934.537.14-
YUV124.6476.2871.2-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.24%
GREEN value IS 183 (71.88% from 255) = 70.11%
BLUE value IS 33 (13.28% from 255) = 12.64%
R=17.24%
G=70.11%
B=12.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal45183330.7500.820.28115.269.4442.35
Hex2DB7214B0521C73452a
Octal552674111301223416310552
Binary101101101101111000011001011010100101110011100111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,183,33); }

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

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

 a { background-color: rgb(45,183,33); }

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

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

 span { border-color: rgb(45,183,33); }

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