#33C32D

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

Shades of Lime Green #33C32D

Tints of Lime Green #33C32D

Color information

#33C32D (or 0x33C32D) is unknown color: approx Lime Green. HEX triplet: 33, C3 and 2D. RGB value is (51,195,45). Sum of RGB (Red+Green+Blue) = 51+195+45=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 195 (76.56% from 255 or 67.01% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 195 - color contains mainly: green. Hex color #33C32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C32D is #CC3CD2. Grayscale: #878787. Windows color (decimal): -13384915 or 2999091. OLE color: 2999091.

HSL color Cylindrical-coordinate representation of color #33C32D: hue angle of 117.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33C32D is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB5119545-
CMYK0.7400.770.24
HSL117.6º62.5%47.06%-
HSV(B)117.6º76.92%76.47%-
XYZ21.3539.929.06-
YUV134.8477.2968.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.53%
GREEN value IS 195 (76.56% from 255) = 67.01%
BLUE value IS 45 (17.97% from 255) = 15.46%
R=17.53%
G=67.01%
B=15.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51195450.7400.770.24117.662.547.06
Hex33C32D4A04D18763e2f
Octal63303551120115301667657
Binary11001111000011101101100101001001101110001110110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,195,45); }

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

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

 a { background-color: rgb(51,195,45); }

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

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

 span { border-color: rgb(51,195,45); }

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