#2FB538

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

Shades of Lime Green #2FB538

Tints of Lime Green #2FB538

Color information

#2FB538 (or 0x2FB538) is unknown color: approx Lime Green. HEX triplet: 2F, B5 and 38. RGB value is (47,181,56). Sum of RGB (Red+Green+Blue) = 47+181+56=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 181 (71.09% from 255 or 63.73% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB538 is #D04AC7. Grayscale: #7F7F7F. Windows color (decimal): -13650632 or 3716399. OLE color: 3716399.

HSL color Cylindrical-coordinate representation of color #2FB538: hue angle of 124.03º 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 #2FB538 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB4718156-
CMYK0.7400.690.29
HSL124.03º58.77%44.71%-
HSV(B)124.03º74.03%70.98%-
XYZ18.4133.949.32-
YUV126.6888.1171.16-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.55%
GREEN value IS 181 (71.09% from 255) = 63.73%
BLUE value IS 56 (22.27% from 255) = 19.72%
R=16.55%
G=63.73%
B=19.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal47181560.7400.690.29124.0358.7744.71
Hex2FB5384A0451D7c3b2d
Octal57265701120105351747355
Binary10111110110101111000100101001000101111011111100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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