#33F53C

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

Shades of Lime Green #33F53C

Tints of Lime Green #33F53C

Color information

#33F53C (or 0x33F53C) is unknown color: approx Lime Green. HEX triplet: 33, F5 and 3C. RGB value is (51,245,60). Sum of RGB (Red+Green+Blue) = 51+245+60=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 245 (96.09% from 255 or 68.82% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 245 - color contains mainly: green. Hex color #33F53C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F53C is #CC0AC3. Grayscale: #A6A6A6. Windows color (decimal): -13372100 or 3994931. OLE color: 3994931.

HSL color Cylindrical-coordinate representation of color #33F53C: hue angle of 122.78º 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 #33F53C is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB5124560-
CMYK0.7900.760.04
HSL122.78º90.65%58.04%-
HSV(B)122.78º79.18%96.08%-
XYZ34.8366.3315.24-
YUV165.968.2346.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.33%
GREEN value IS 245 (96.09% from 255) = 68.82%
BLUE value IS 60 (23.83% from 255) = 16.85%
R=14.33%
G=68.82%
B=16.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal51245600.7900.760.04122.7890.6558.04
Hex33F53C4F04C47b5b3a
Octal63365741170114417313372
Binary1100111111010111110010011110100110010011110111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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