#33F332

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

Shades of Lime Green #33F332

Tints of Lime Green #33F332

Color information

#33F332 (or 0x33F332) is unknown color: approx Lime Green. HEX triplet: 33, F3 and 32. RGB value is (51,243,50). Sum of RGB (Red+Green+Blue) = 51+243+50=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 243 (95.31% from 255 or 70.64% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 243 - color contains mainly: green. Hex color #33F332 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F332 is #CC0CCD. Grayscale: #A4A4A4. Windows color (decimal): -13372622 or 3339059. OLE color: 3339059.

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

Color convert

RGB5124350-
CMYK0.7900.790.05
HSL119.69º88.94%57.45%-
HSV(B)119.69º79.42%95.29%-
XYZ33.9965.0413.78-
YUV163.5963.8947.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.83%
GREEN value IS 243 (95.31% from 255) = 70.64%
BLUE value IS 50 (19.92% from 255) = 14.53%
R=14.83%
G=70.64%
B=14.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal51243500.7900.790.05119.6988.9457.45
Hex33F3324F04F5785939
Octal63363621170117517013171
Binary1100111111001111001010011110100111110111110001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33F332; }

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

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

<style>
 a { background-color: #33F332; }

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

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

<style>
 span { border-color: #33F332; }

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

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