#33FF41

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

Shades of Lime Green #33FF41

Tints of Lime Green #33FF41

Color information

#33FF41 (or 0x33FF41) is unknown color: approx Lime Green. HEX triplet: 33, FF and 41. RGB value is (51,255,65). Sum of RGB (Red+Green+Blue) = 51+255+65=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FF41 is #CC00BE. Grayscale: #ACACAC. Windows color (decimal): -13369535 or 4325171. OLE color: 4325171.

HSL color Cylindrical-coordinate representation of color #33FF41: hue angle of 124.12º 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 #33FF41 is Cyan = 0.8, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB5125565-
CMYK0.800.750
HSL124.12º100%60%-
HSV(B)124.12º80%100%-
XYZ38.0872.6117.01-
YUV172.3467.4141.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.75%
GREEN value IS 255 (100% from 255) = 68.73%
BLUE value IS 65 (25.78% from 255) = 17.52%
R=13.75%
G=68.73%
B=17.52%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51255650.800.750124.1210060
Hex33FF415004B07c643c
Octal633771011200113017414474
Binary110011111111111000001101000001001011011111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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