#2FB324

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

Shades of Lime Green #2FB324

Tints of Lime Green #2FB324

Color information

#2FB324 (or 0x2FB324) is unknown color: approx Lime Green. HEX triplet: 2F, B3 and 24. RGB value is (47,179,36). Sum of RGB (Red+Green+Blue) = 47+179+36=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 179 (70.31% from 255 or 68.32% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB324 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB324 is #D04CDB. Grayscale: #7B7B7B. Windows color (decimal): -13651164 or 2405167. OLE color: 2405167.

HSL color Cylindrical-coordinate representation of color #2FB324: hue angle of 115.38º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FB324 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB4717936-
CMYK0.7400.800.30
HSL115.38º66.51%42.16%-
HSV(B)115.38º79.89%70.2%-
XYZ17.6132.977.11-
YUV123.2378.7773.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.94%
GREEN value IS 179 (70.31% from 255) = 68.32%
BLUE value IS 36 (14.45% from 255) = 13.74%
R=17.94%
G=68.32%
B=13.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal47179360.7400.800.30115.3866.5142.16
Hex2FB3244A0501E73432a
Octal572634411201203616310352
Binary101111101100111001001001010010100001111011100111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,179,36); }

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

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

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

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

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

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

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