#2FBD49

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

Shades of Lime Green #2FBD49

Tints of Lime Green #2FBD49

Color information

#2FBD49 (or 0x2FBD49) is unknown color: approx Lime Green. HEX triplet: 2F, BD and 49. RGB value is (47,189,73). Sum of RGB (Red+Green+Blue) = 47+189+73=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 189 (74.22% from 255 or 61.17% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBD49 is #D042B6. Grayscale: #858585. Windows color (decimal): -13648567 or 4832559. OLE color: 4832559.

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

Color convert

RGB4718973-
CMYK0.7500.610.26
HSL130.99º60.17%46.27%-
HSV(B)130.99º75.13%74.12%-
XYZ20.5737.4812.45-
YUV133.3293.9666.43-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.21%
GREEN value IS 189 (74.22% from 255) = 61.17%
BLUE value IS 73 (28.91% from 255) = 23.62%
R=15.21%
G=61.17%
B=23.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal47189730.7500.610.26130.9960.1746.27
Hex2FBD494B03D1A833c2e
Octal57275111113075322037456
Binary101111101111011001001100101101111011101010000011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,189,73); }

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

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

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

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

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

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

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