#33C446

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

Shades of Lime Green #33C446

Tints of Lime Green #33C446

Color information

#33C446 (or 0x33C446) is unknown color: approx Lime Green. HEX triplet: 33, C4 and 46. RGB value is (51,196,70). Sum of RGB (Red+Green+Blue) = 51+196+70=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 196 (76.95% from 255 or 61.83% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 196 - color contains mainly: green. Hex color #33C446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C446 is #CC3BB9. Grayscale: #8A8A8A. Windows color (decimal): -13384634 or 4637747. OLE color: 4637747.

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

Color convert

RGB5119670-
CMYK0.7400.640.23
HSL127.86º58.7%48.43%-
HSV(B)127.86º73.98%76.86%-
XYZ22.2140.6312.47-
YUV138.2889.4665.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.09%
GREEN value IS 196 (76.95% from 255) = 61.83%
BLUE value IS 70 (27.73% from 255) = 22.08%
R=16.09%
G=61.83%
B=22.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal51196700.7400.640.23127.8658.748.43
Hex33C4464A04017803b30
Octal633041061120100272007360
Binary1100111100010010001101001010010000001011110000000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,196,70); }

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

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

 a { background-color: rgb(51,196,70); }

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

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

 span { border-color: rgb(51,196,70); }

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