#2db73f

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

Shades of Lime Green #2DB73F

Tints of Lime Green #2DB73F

Color information

#2DB73F (or 0x2DB73F) is unknown color: approx Lime Green. HEX triplet: 2D, B7 and 3F. RGB value is (45,183,63). Sum of RGB (Red+Green+Blue) = 45+183+63=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 183 (71.88% from 255 or 62.89% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB73F is #D248C0. Grayscale: #808080. Windows color (decimal): -13781185 or 4175661. OLE color: 4175661.

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

Color convert

RGB4518363-
CMYK0.7500.660.28
HSL127.83º60.53%44.71%-
HSV(B)127.83º75.41%71.76%-
XYZ18.9134.7810.42-
YUV128.0691.2868.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.46%
GREEN value IS 183 (71.88% from 255) = 62.89%
BLUE value IS 63 (25% from 255) = 21.65%
R=15.46%
G=62.89%
B=21.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal45183630.7500.660.28127.8360.5344.71
Hex2DB73F4B0421C803d2d
Octal55267771130102342007555
Binary101101101101111111111001011010000101110010000000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2db73f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,183,63); }

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

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

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

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

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

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

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