#2DB631

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

Shades of Lime Green #2DB631

Tints of Lime Green #2DB631

Color information

#2DB631 (or 0x2DB631) is unknown color: approx Lime Green. HEX triplet: 2D, B6 and 31. RGB value is (45,182,49). Sum of RGB (Red+Green+Blue) = 45+182+49=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 182 (71.48% from 255 or 65.94% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB631 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB631 is #D249CE. Grayscale: #7E7E7E. Windows color (decimal): -13781455 or 3257901. OLE color: 3257901.

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

Color convert

RGB4518249-
CMYK0.7500.730.29
HSL121.75º60.35%44.51%-
HSV(B)121.75º75.27%71.37%-
XYZ18.3634.248.55-
YUV125.8784.6170.31-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.30%
GREEN value IS 182 (71.48% from 255) = 65.94%
BLUE value IS 49 (19.53% from 255) = 17.75%
R=16.30%
G=65.94%
B=17.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal45182490.7500.730.29121.7560.3544.51
Hex2DB6314B0491D7a3c2d
Octal55266611130111351727455
Binary10110110110110110001100101101001001111011111010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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