#33B327

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

Shades of Lime Green #33B327

Tints of Lime Green #33B327

Color information

#33B327 (or 0x33B327) is unknown color: approx Lime Green. HEX triplet: 33, B3 and 27. RGB value is (51,179,39). Sum of RGB (Red+Green+Blue) = 51+179+39=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 179 (70.31% from 255 or 66.54% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 179 - color contains mainly: green. Hex color #33B327 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B327 is #CC4CD8. Grayscale: #7D7D7D. Windows color (decimal): -13389017 or 2601779. OLE color: 2601779.

HSL color Cylindrical-coordinate representation of color #33B327: hue angle of 114.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33B327 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB5117939-
CMYK0.7200.780.30
HSL114.86º64.22%42.75%-
HSV(B)114.86º78.21%70.2%-
XYZ17.8533.097.37-
YUV124.7779.5975.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.96%
GREEN value IS 179 (70.31% from 255) = 66.54%
BLUE value IS 39 (15.62% from 255) = 14.50%
R=18.96%
G=66.54%
B=14.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal51179390.7200.780.30114.8664.2242.75
Hex33B3274804E1E73402b
Octal632634711001163616310053
Binary110011101100111001111001000010011101111011100111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,179,39); }

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

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

 a { background-color: rgb(51,179,39); }

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

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

 span { border-color: rgb(51,179,39); }

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