#33E131

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

Shades of Lime Green #33E131

Tints of Lime Green #33E131

Color information

#33E131 (or 0x33E131) is unknown color: approx Lime Green. HEX triplet: 33, E1 and 31. RGB value is (51,225,49). Sum of RGB (Red+Green+Blue) = 51+225+49=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 225 (88.28% from 255 or 69.23% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 225 - color contains mainly: green. Hex color #33E131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33E131 is #CC1ECE. Grayscale: #999999. Windows color (decimal): -13377231 or 3268915. OLE color: 3268915.

HSL color Cylindrical-coordinate representation of color #33E131: hue angle of 119.32º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E131 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB5122549-
CMYK0.7700.780.12
HSL119.32º74.58%53.73%-
HSV(B)119.32º78.22%88.24%-
XYZ28.8454.7811.96-
YUV152.9169.3555.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.69%
GREEN value IS 225 (88.28% from 255) = 69.23%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=15.69%
G=69.23%
B=15.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal51225490.7700.780.12119.3274.5853.73
Hex33E1314D04EC774b36
Octal633416111501161416711366
Binary11001111100001110001100110101001110110011101111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,225,49); }

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

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

 a { background-color: rgb(51,225,49); }

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

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

 span { border-color: rgb(51,225,49); }

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