#2fb92f

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

Shades of Lime Green #2FB92F

Tints of Lime Green #2FB92F

Color information

#2FB92F (or 0x2FB92F) is unknown color: approx Lime Green. HEX triplet: 2F, B9 and 2F. RGB value is (47,185,47). Sum of RGB (Red+Green+Blue) = 47+185+47=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 185 (72.66% from 255 or 66.31% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB92F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB92F is #D046D0. Grayscale: #808080. Windows color (decimal): -13649617 or 3127599. OLE color: 3127599.

HSL color Cylindrical-coordinate representation of color #2FB92F: hue angle of 120º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB92F is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB4718547-
CMYK0.7500.750.27
HSL120º59.48%45.49%-
HSV(B)120º74.59%72.55%-
XYZ19.0335.518.54-
YUV128.0182.2870.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.85%
GREEN value IS 185 (72.66% from 255) = 66.31%
BLUE value IS 47 (18.75% from 255) = 16.85%
R=16.85%
G=66.31%
B=16.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47185470.7500.750.2712059.4845.49
Hex2FB92F4B04B1B783b2d
Octal57271571130113331707355
Binary10111110111001101111100101101001011110111111000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fb92f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,185,47); }

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

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

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

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

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

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

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