#33ff2e

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

Shades of Lime Green #33FF2E

Tints of Lime Green #33FF2E

Color information

#33FF2E (or 0x33FF2E) is unknown color: approx Lime Green. HEX triplet: 33, FF and 2E. RGB value is (51,255,46). Sum of RGB (Red+Green+Blue) = 51+255+46=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 255 (100% from 255 or 72.44% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FF2E is #CC00D1. Grayscale: #AAAAAA. Windows color (decimal): -13369554 or 3079987. OLE color: 3079987.

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

Color convert

RGB5125546-
CMYK0.800.820
HSL118.56º100%59.02%-
HSV(B)118.56º81.96%100%-
XYZ37.6272.4214.58-
YUV170.1857.9142.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.49%
GREEN value IS 255 (100% from 255) = 72.44%
BLUE value IS 46 (18.36% from 255) = 13.07%
R=14.49%
G=72.44%
B=13.07%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51255460.800.820118.5610059.02
Hex33FF2E50052077643b
Octal63377561200122016714473
Binary11001111111111101110101000001010010011101111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33ff2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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