#33B326

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

Shades of Lime Green #33B326

Tints of Lime Green #33B326

Color information

#33B326 (or 0x33B326) is unknown color: approx Lime Green. HEX triplet: 33, B3 and 26. RGB value is (51,179,38). Sum of RGB (Red+Green+Blue) = 51+179+38=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 179 (70.31% from 255 or 66.79% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 179 - color contains mainly: green. Hex color #33B326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B326 is #CC4CD9. Grayscale: #7D7D7D. Windows color (decimal): -13389018 or 2536243. OLE color: 2536243.

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

Color convert

RGB5117938-
CMYK0.7200.790.30
HSL114.47º64.98%42.55%-
HSV(B)114.47º78.77%70.2%-
XYZ17.8433.087.28-
YUV124.6579.0975.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.03%
GREEN value IS 179 (70.31% from 255) = 66.79%
BLUE value IS 38 (15.23% from 255) = 14.18%
R=19.03%
G=66.79%
B=14.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal51179380.7200.790.30114.4764.9842.55
Hex33B3264804F1E72412b
Octal632634611001173616210153
Binary110011101100111001101001000010011111111011100101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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