#2FB542

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

Shades of Lime Green #2FB542

Tints of Lime Green #2FB542

Color information

#2FB542 (or 0x2FB542) is unknown color: approx Lime Green. HEX triplet: 2F, B5 and 42. RGB value is (47,181,66). Sum of RGB (Red+Green+Blue) = 47+181+66=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 181 (71.09% from 255 or 61.56% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB542 is #D04ABD. Grayscale: #808080. Windows color (decimal): -13650622 or 4371759. OLE color: 4371759.

HSL color Cylindrical-coordinate representation of color #2FB542: hue angle of 128.51º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB542 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB4718166-
CMYK0.7400.640.29
HSL128.51º58.77%44.71%-
HSV(B)128.51º74.03%70.98%-
XYZ18.6834.0510.74-
YUV127.8293.1170.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.99%
GREEN value IS 181 (71.09% from 255) = 61.56%
BLUE value IS 66 (26.17% from 255) = 22.45%
R=15.99%
G=61.56%
B=22.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal47181660.7400.640.29128.5158.7744.71
Hex2FB5424A0401D813b2d
Octal572651021120100352017355
Binary1011111011010110000101001010010000001110110000001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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