#33F53D

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

Shades of Lime Green #33F53D

Tints of Lime Green #33F53D

Color information

#33F53D (or 0x33F53D) is unknown color: approx Lime Green. HEX triplet: 33, F5 and 3D. RGB value is (51,245,61). Sum of RGB (Red+Green+Blue) = 51+245+61=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 245 (96.09% from 255 or 68.63% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 245 - color contains mainly: green. Hex color #33F53D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F53D is #CC0AC2. Grayscale: #A6A6A6. Windows color (decimal): -13372099 or 4060467. OLE color: 4060467.

HSL color Cylindrical-coordinate representation of color #33F53D: hue angle of 123.09º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F53D is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB5124561-
CMYK0.7900.750.04
HSL123.09º90.65%58.04%-
HSV(B)123.09º79.18%96.08%-
XYZ34.8666.3515.38-
YUV166.0268.7345.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.29%
GREEN value IS 245 (96.09% from 255) = 68.63%
BLUE value IS 61 (24.22% from 255) = 17.09%
R=14.29%
G=68.63%
B=17.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal51245610.7900.750.04123.0990.6558.04
Hex33F53D4F04B47b5b3a
Octal63365751170113417313372
Binary1100111111010111110110011110100101110011110111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,245,61); }

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

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

 a { background-color: rgb(51,245,61); }

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

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

 span { border-color: rgb(51,245,61); }

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