#2DB627

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

Shades of Lime Green #2DB627

Tints of Lime Green #2DB627

Color information

#2DB627 (or 0x2DB627) is unknown color: approx Lime Green. HEX triplet: 2D, B6 and 27. RGB value is (45,182,39). Sum of RGB (Red+Green+Blue) = 45+182+39=266 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.92% from 266); Green value is 182 (71.48% from 255 or 68.42% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB627 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB627 is #D249D8. Grayscale: #7D7D7D. Windows color (decimal): -13781465 or 2602541. OLE color: 2602541.

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

Color convert

RGB4518239-
CMYK0.7500.790.29
HSL117.48º64.71%43.33%-
HSV(B)117.48º78.57%71.37%-
XYZ18.1834.167.56-
YUV124.7379.6171.13-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.92%
GREEN value IS 182 (71.48% from 255) = 68.42%
BLUE value IS 39 (15.62% from 255) = 14.66%
R=16.92%
G=68.42%
B=14.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal45182390.7500.790.29117.4864.7143.33
Hex2DB6274B04F1D75412b
Octal552664711301173516510153
Binary101101101101101001111001011010011111110111101011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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