#2DB227

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

Shades of Lime Green #2DB227

Tints of Lime Green #2DB227

Color information

#2DB227 (or 0x2DB227) is unknown color: approx Lime Green. HEX triplet: 2D, B2 and 27. RGB value is (45,178,39). Sum of RGB (Red+Green+Blue) = 45+178+39=262 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.18% from 262); Green value is 178 (69.92% from 255 or 67.94% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB227 is #D24DD8. Grayscale: #7A7A7A. Windows color (decimal): -13782489 or 2601517. OLE color: 2601517.

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

Color convert

RGB4517839-
CMYK0.7500.780.30
HSL117.41º64.06%42.55%-
HSV(B)117.41º78.09%69.8%-
XYZ17.3732.557.29-
YUV122.3980.9472.8-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.18%
GREEN value IS 178 (69.92% from 255) = 67.94%
BLUE value IS 39 (15.62% from 255) = 14.89%
R=17.18%
G=67.94%
B=14.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal45178390.7500.780.30117.4164.0642.55
Hex2DB2274B04E1E75402b
Octal552624711301163616510053
Binary101101101100101001111001011010011101111011101011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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