#2DBA3D

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

Shades of Lime Green #2DBA3D

Tints of Lime Green #2DBA3D

Color information

#2DBA3D (or 0x2DBA3D) is unknown color: approx Lime Green. HEX triplet: 2D, BA and 3D. RGB value is (45,186,61). Sum of RGB (Red+Green+Blue) = 45+186+61=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 186 (73.05% from 255 or 63.70% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBA3D is #D245C2. Grayscale: #818181. Windows color (decimal): -13780419 or 4045357. OLE color: 4045357.

HSL color Cylindrical-coordinate representation of color #2DBA3D: hue angle of 126.81º 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 #2DBA3D is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB4518661-
CMYK0.7600.670.27
HSL126.81º61.04%45.29%-
HSV(B)126.81º75.81%72.94%-
XYZ19.4836.0110.34-
YUV129.5989.2967.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.41%
GREEN value IS 186 (73.05% from 255) = 63.70%
BLUE value IS 61 (24.22% from 255) = 20.89%
R=15.41%
G=63.70%
B=20.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal45186610.7600.670.27126.8161.0445.29
Hex2DBA3D4C0431B7f3d2d
Octal55272751140103331777555
Binary10110110111010111101100110001000011110111111111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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