#2DBD2D

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

Shades of Lime Green #2DBD2D

Tints of Lime Green #2DBD2D

Color information

#2DBD2D (or 0x2DBD2D) is unknown color: approx Lime Green. HEX triplet: 2D, BD and 2D. RGB value is (45,189,45). Sum of RGB (Red+Green+Blue) = 45+189+45=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 189 (74.22% from 255 or 67.74% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBD2D is #D242D2. Grayscale: #818181. Windows color (decimal): -13779667 or 2997549. OLE color: 2997549.

HSL color Cylindrical-coordinate representation of color #2DBD2D: hue angle of 120º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBD2D is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB4518945-
CMYK0.7600.760.26
HSL120º61.54%45.88%-
HSV(B)120º76.19%74.12%-
XYZ19.7537.148.61-
YUV129.5380.2967.71-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.13%
GREEN value IS 189 (74.22% from 255) = 67.74%
BLUE value IS 45 (17.97% from 255) = 16.13%
R=16.13%
G=67.74%
B=16.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal45189450.7600.760.2612061.5445.88
Hex2DBD2D4C04C1A783e2e
Octal55275551140114321707656
Binary10110110111101101101100110001001100110101111000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,189,45); }

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

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

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

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

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

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

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