#2DBA2E

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

Shades of Lime Green #2DBA2E

Tints of Lime Green #2DBA2E

Color information

#2DBA2E (or 0x2DBA2E) is unknown color: approx Lime Green. HEX triplet: 2D, BA and 2E. RGB value is (45,186,46). Sum of RGB (Red+Green+Blue) = 45+186+46=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 186 (73.05% from 255 or 67.15% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBA2E is #D245D1. Grayscale: #808080. Windows color (decimal): -13780434 or 3062317. OLE color: 3062317.

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

Color convert

RGB4518646-
CMYK0.7600.750.27
HSL120.43º61.04%45.29%-
HSV(B)120.43º75.81%72.94%-
XYZ19.1335.878.5-
YUV127.8881.7968.88-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.25%
GREEN value IS 186 (73.05% from 255) = 67.15%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=16.25%
G=67.15%
B=16.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal45186460.7600.750.27120.4361.0445.29
Hex2DBA2E4C04B1B783d2d
Octal55272561140113331707555
Binary10110110111010101110100110001001011110111111000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,186,46); }

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

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

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

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

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

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

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