#2FF332

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

Shades of Lime Green #2FF332

Tints of Lime Green #2FF332

Color information

#2FF332 (or 0x2FF332) is unknown color: approx Lime Green. HEX triplet: 2F, F3 and 32. RGB value is (47,243,50). Sum of RGB (Red+Green+Blue) = 47+243+50=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 243 (95.31% from 255 or 71.47% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF332 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF332 is #D00CCD. Grayscale: #A2A2A2. Windows color (decimal): -13634766 or 3339055. OLE color: 3339055.

HSL color Cylindrical-coordinate representation of color #2FF332: hue angle of 120.92º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF332 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB4724350-
CMYK0.8100.790.05
HSL120.92º89.09%56.86%-
HSV(B)120.92º80.66%95.29%-
XYZ33.864.9413.77-
YUV162.3964.5745.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.82%
GREEN value IS 243 (95.31% from 255) = 71.47%
BLUE value IS 50 (19.92% from 255) = 14.71%
R=13.82%
G=71.47%
B=14.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal47243500.8100.790.05120.9289.0956.86
Hex2FF3325104F5795939
Octal57363621210117517113171
Binary1011111111001111001010100010100111110111110011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,243,50); }

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

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

 a { background-color: rgb(47,243,50); }

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

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

 span { border-color: rgb(47,243,50); }

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