#2FBD4D

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

Shades of Lime Green #2FBD4D

Tints of Lime Green #2FBD4D

Color information

#2FBD4D (or 0x2FBD4D) is unknown color: approx Lime Green. HEX triplet: 2F, BD and 4D. RGB value is (47,189,77). Sum of RGB (Red+Green+Blue) = 47+189+77=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 189 (74.22% from 255 or 60.38% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBD4D is #D042B2. Grayscale: #868686. Windows color (decimal): -13648563 or 5094703. OLE color: 5094703.

HSL color Cylindrical-coordinate representation of color #2FBD4D: hue angle of 132.68º 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 #2FBD4D is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB4718977-
CMYK0.7500.590.26
HSL132.68º60.17%46.27%-
HSV(B)132.68º75.13%74.12%-
XYZ20.7137.5413.17-
YUV133.7795.9666.11-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.02%
GREEN value IS 189 (74.22% from 255) = 60.38%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=15.02%
G=60.38%
B=24.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal47189770.7500.590.26132.6860.1746.27
Hex2FBD4D4B03B1A853c2e
Octal57275115113073322057456
Binary101111101111011001101100101101110111101010000101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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