#2FB342

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

Shades of Lime Green #2FB342

Tints of Lime Green #2FB342

Color information

#2FB342 (or 0x2FB342) is unknown color: approx Lime Green. HEX triplet: 2F, B3 and 42. RGB value is (47,179,66). Sum of RGB (Red+Green+Blue) = 47+179+66=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 179 (70.31% from 255 or 61.30% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB342 is #D04CBD. Grayscale: #7E7E7E. Windows color (decimal): -13651134 or 4371247. OLE color: 4371247.

HSL color Cylindrical-coordinate representation of color #2FB342: hue angle of 128.64º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB342 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB4717966-
CMYK0.7400.630.30
HSL128.64º58.41%44.31%-
HSV(B)128.64º73.74%70.2%-
XYZ18.2833.2410.61-
YUV126.6593.7771.19-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.10%
GREEN value IS 179 (70.31% from 255) = 61.30%
BLUE value IS 66 (26.17% from 255) = 22.60%
R=16.10%
G=61.30%
B=22.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal47179660.7400.630.30128.6458.4144.31
Hex2FB3424A03F1E813a2c
Octal57263102112077362017254
Binary101111101100111000010100101001111111111010000001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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