#2DB61B

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

Shades of Lime Green #2DB61B

Tints of Lime Green #2DB61B

Color information

#2DB61B (or 0x2DB61B) is unknown color: approx Lime Green. HEX triplet: 2D, B6 and 1B. RGB value is (45,182,27). Sum of RGB (Red+Green+Blue) = 45+182+27=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 182 (71.48% from 255 or 71.65% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB61B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB61B is #D249E4. Grayscale: #7B7B7B. Windows color (decimal): -13781477 or 1816109. OLE color: 1816109.

HSL color Cylindrical-coordinate representation of color #2DB61B: hue angle of 113.03º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DB61B is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB4518227-
CMYK0.7500.850.29
HSL113.03º74.16%40.98%-
HSV(B)113.03º85.16%71.37%-
XYZ18.0134.096.67-
YUV123.3773.6172.1-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.72%
GREEN value IS 182 (71.48% from 255) = 71.65%
BLUE value IS 27 (10.94% from 255) = 10.63%
R=17.72%
G=71.65%
B=10.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal45182270.7500.850.29113.0374.1640.98
Hex2DB61B4B0551D714a29
Octal552663311301253516111251
Binary10110110110110110111001011010101011110111100011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,182,27); }

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

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

 a { background-color: rgb(45,182,27); }

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

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

 span { border-color: rgb(45,182,27); }

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