#2DB72A

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

Shades of Lime Green #2DB72A

Tints of Lime Green #2DB72A

Color information

#2DB72A (or 0x2DB72A) is unknown color: approx Lime Green. HEX triplet: 2D, B7 and 2A. RGB value is (45,183,42). Sum of RGB (Red+Green+Blue) = 45+183+42=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 183 (71.88% from 255 or 67.78% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB72A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB72A is #D248D5. Grayscale: #7E7E7E. Windows color (decimal): -13781206 or 2799405. OLE color: 2799405.

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

Color convert

RGB4518342-
CMYK0.7500.770.28
HSL118.72º62.67%44.12%-
HSV(B)118.72º77.05%71.76%-
XYZ18.4334.597.9-
YUV125.6680.7870.46-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.67%
GREEN value IS 183 (71.88% from 255) = 67.78%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=16.67%
G=67.78%
B=15.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal45183420.7500.770.28118.7262.6744.12
Hex2DB72A4B04D1C773f2c
Octal55267521130115341677754
Binary10110110110111101010100101101001101111001110111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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