#33F544

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

Shades of Lime Green #33F544

Tints of Lime Green #33F544

Color information

#33F544 (or 0x33F544) is unknown color: approx Lime Green. HEX triplet: 33, F5 and 44. RGB value is (51,245,68). Sum of RGB (Red+Green+Blue) = 51+245+68=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 245 (96.09% from 255 or 67.31% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 245 - color contains mainly: green. Hex color #33F544 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F544 is #CC0ABB. Grayscale: #A7A7A7. Windows color (decimal): -13372092 or 4519219. OLE color: 4519219.

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

Color convert

RGB5124568-
CMYK0.7900.720.04
HSL125.26º90.65%58.04%-
HSV(B)125.26º79.18%96.08%-
XYZ35.0666.4316.44-
YUV166.8272.2345.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.01%
GREEN value IS 245 (96.09% from 255) = 67.31%
BLUE value IS 68 (26.95% from 255) = 18.68%
R=14.01%
G=67.31%
B=18.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal51245680.7900.720.04125.2690.6558.04
Hex33F5444F04847d5b3a
Octal633651041170110417513372
Binary11001111110101100010010011110100100010011111011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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