#33FF46

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

Shades of Lime Green #33FF46

Tints of Lime Green #33FF46

Color information

#33FF46 (or 0x33FF46) is unknown color: approx Lime Green. HEX triplet: 33, FF and 46. RGB value is (51,255,70). Sum of RGB (Red+Green+Blue) = 51+255+70=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 255 (100% from 255 or 67.82% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FF46 is #CC00B9. Grayscale: #ADADAD. Windows color (decimal): -13369530 or 4652851. OLE color: 4652851.

HSL color Cylindrical-coordinate representation of color #33FF46: hue angle of 125.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FF46 is Cyan = 0.8, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB5125570-
CMYK0.800.730
HSL125.59º100%60%-
HSV(B)125.59º80%100%-
XYZ38.2372.6717.81-
YUV172.9169.9141.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.56%
GREEN value IS 255 (100% from 255) = 67.82%
BLUE value IS 70 (27.73% from 255) = 18.62%
R=13.56%
G=67.82%
B=18.62%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51255700.800.730125.5910060
Hex33FF465004907e643c
Octal633771061200111017614474
Binary110011111111111000110101000001001001011111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,255,70); }

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

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

 a { background-color: rgb(51,255,70); }

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

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

 span { border-color: rgb(51,255,70); }

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