#33FA41

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

Shades of Lime Green #33FA41

Tints of Lime Green #33FA41

Color information

#33FA41 (or 0x33FA41) is unknown color: approx Lime Green. HEX triplet: 33, FA and 41. RGB value is (51,250,65). Sum of RGB (Red+Green+Blue) = 51+250+65=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 250 (98.05% from 255 or 68.31% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 250 - color contains mainly: green. Hex color #33FA41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FA41 is #CC05BE. Grayscale: #A9A9A9. Windows color (decimal): -13370815 or 4323891. OLE color: 4323891.

HSL color Cylindrical-coordinate representation of color #33FA41: hue angle of 124.22º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FA41 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB5125065-
CMYK0.8000.740.02
HSL124.22º95.22%59.02%-
HSV(B)124.22º79.6%98.04%-
XYZ36.569.4616.48-
YUV169.4169.0743.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.93%
GREEN value IS 250 (98.05% from 255) = 68.31%
BLUE value IS 65 (25.78% from 255) = 17.76%
R=13.93%
G=68.31%
B=17.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal51250650.8000.740.02124.2295.2259.02
Hex33FA415004A27c5f3b
Octal633721011200112217413773
Binary1100111111101010000011010000010010101011111001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,250,65); }

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

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

 a { background-color: rgb(51,250,65); }

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

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

 span { border-color: rgb(51,250,65); }

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