#2FB034

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

Shades of Lime Green #2FB034

Tints of Lime Green #2FB034

Color information

#2FB034 (or 0x2FB034) is unknown color: approx Lime Green. HEX triplet: 2F, B0 and 34. RGB value is (47,176,52). Sum of RGB (Red+Green+Blue) = 47+176+52=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 176 (69.14% from 255 or 64% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB034 is #D04FCB. Grayscale: #7B7B7B. Windows color (decimal): -13651916 or 3452975. OLE color: 3452975.

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

Color convert

RGB4717652-
CMYK0.7300.700.31
HSL122.33º57.85%43.73%-
HSV(B)122.33º73.3%69.02%-
XYZ17.3231.98.49-
YUV123.2987.7673.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.09%
GREEN value IS 176 (69.14% from 255) = 64%
BLUE value IS 52 (20.70% from 255) = 18.91%
R=17.09%
G=64%
B=18.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal47176520.7300.700.31122.3357.8543.73
Hex2FB034490461F7a3a2c
Octal57260641110106371727254
Binary10111110110000110100100100101000110111111111010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,176,52); }

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

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

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

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

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

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

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