#33B226

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

Shades of Lime Green #33B226

Tints of Lime Green #33B226

Color information

#33B226 (or 0x33B226) is unknown color: approx Lime Green. HEX triplet: 33, B2 and 26. RGB value is (51,178,38). Sum of RGB (Red+Green+Blue) = 51+178+38=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 178 (69.92% from 255 or 66.67% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 178 - color contains mainly: green. Hex color #33B226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33B226 is #CC4DD9. Grayscale: #7C7C7C. Windows color (decimal): -13389274 or 2535987. OLE color: 2535987.

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

Color convert

RGB5117838-
CMYK0.7100.790.30
HSL114.43º64.81%42.35%-
HSV(B)114.43º78.65%69.8%-
XYZ17.6432.687.21-
YUV124.0779.4275.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 178 (69.92% from 255) = 66.67%
BLUE value IS 38 (15.23% from 255) = 14.23%
R=19.10%
G=66.67%
B=14.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal51178380.7100.790.30114.4364.8142.35
Hex33B2264704F1E72412a
Octal632624610701173616210152
Binary110011101100101001101000111010011111111011100101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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