#2FBF1A

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

Shades of Lime Green #2FBF1A

Tints of Lime Green #2FBF1A

Color information

#2FBF1A (or 0x2FBF1A) is unknown color: approx Lime Green. HEX triplet: 2F, BF and 1A. RGB value is (47,191,26). Sum of RGB (Red+Green+Blue) = 47+191+26=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 191 (75% from 255 or 72.35% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBF1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBF1A is #D040E5. Grayscale: #818181. Windows color (decimal): -13648102 or 1752879. OLE color: 1752879.

HSL color Cylindrical-coordinate representation of color #2FBF1A: hue angle of 112.36º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FBF1A is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB4719126-
CMYK0.7500.860.25
HSL112.36º76.04%42.55%-
HSV(B)112.36º86.39%74.9%-
XYZ19.9937.947.25-
YUV129.1369.7969.42-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.80%
GREEN value IS 191 (75% from 255) = 72.35%
BLUE value IS 26 (10.55% from 255) = 9.85%
R=17.80%
G=72.35%
B=9.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47191260.7500.860.25112.3676.0442.55
Hex2FBF1A4B05619704c2b
Octal572773211301263116011453
Binary10111110111111110101001011010101101100111100001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBF1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,191,26); }

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

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

 a { background-color: rgb(47,191,26); }

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

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

 span { border-color: rgb(47,191,26); }

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