#33C531

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

Shades of Lime Green #33C531

Tints of Lime Green #33C531

Color information

#33C531 (or 0x33C531) is unknown color: approx Lime Green. HEX triplet: 33, C5 and 31. RGB value is (51,197,49). Sum of RGB (Red+Green+Blue) = 51+197+49=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 197 (77.34% from 255 or 66.33% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 197 - color contains mainly: green. Hex color #33C531 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C531 is #CC3ACE. Grayscale: #888888. Windows color (decimal): -13384399 or 3261747. OLE color: 3261747.

HSL color Cylindrical-coordinate representation of color #33C531: hue angle of 119.19º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C531 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB5119749-
CMYK0.7400.750.23
HSL119.19º60.16%48.24%-
HSV(B)119.19º75.13%77.25%-
XYZ21.8940.869.64-
YUV136.4778.6367.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 197 (77.34% from 255) = 66.33%
BLUE value IS 49 (19.53% from 255) = 16.50%
R=17.17%
G=66.33%
B=16.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal51197490.7400.750.23119.1960.1648.24
Hex33C5314A04B17773c30
Octal63305611120113271677460
Binary11001111000101110001100101001001011101111110111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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