#2FB11E

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

Shades of Lime Green #2FB11E

Tints of Lime Green #2FB11E

Color information

#2FB11E (or 0x2FB11E) is unknown color: approx Lime Green. HEX triplet: 2F, B1 and 1E. RGB value is (47,177,30). Sum of RGB (Red+Green+Blue) = 47+177+30=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 177 (69.53% from 255 or 69.69% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB11E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB11E is #D04EE1. Grayscale: #797979. Windows color (decimal): -13651682 or 2011439. OLE color: 2011439.

HSL color Cylindrical-coordinate representation of color #2FB11E: hue angle of 113.06º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FB11E is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB4717730-
CMYK0.7300.830.31
HSL113.06º71.01%40.59%-
HSV(B)113.06º83.05%69.41%-
XYZ17.1332.146.53-
YUV121.3776.4374.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.50%
GREEN value IS 177 (69.53% from 255) = 69.69%
BLUE value IS 30 (12.11% from 255) = 11.81%
R=18.50%
G=69.69%
B=11.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal47177300.7300.830.31113.0671.0140.59
Hex2FB11E490531F714729
Octal572613611101233716110751
Binary10111110110001111101001001010100111111111100011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,177,30); }

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

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

 a { background-color: rgb(47,177,30); }

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

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

 span { border-color: rgb(47,177,30); }

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