#33C522

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

Shades of Lime Green #33C522

Tints of Lime Green #33C522

Color information

#33C522 (or 0x33C522) is unknown color: approx Lime Green. HEX triplet: 33, C5 and 22. RGB value is (51,197,34). Sum of RGB (Red+Green+Blue) = 51+197+34=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 197 (77.34% from 255 or 69.86% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 197 - color contains mainly: green. Hex color #33C522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C522 is #CC3ADD. Grayscale: #878787. Windows color (decimal): -13384414 or 2278707. OLE color: 2278707.

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

Color convert

RGB5119734-
CMYK0.7400.830.23
HSL113.74º70.56%45.29%-
HSV(B)113.74º82.74%77.25%-
XYZ21.6240.758.24-
YUV134.7671.1368.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.09%
GREEN value IS 197 (77.34% from 255) = 69.86%
BLUE value IS 34 (13.67% from 255) = 12.06%
R=18.09%
G=69.86%
B=12.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal51197340.7400.830.23113.7470.5645.29
Hex33C5224A0531772472d
Octal633054211201232716210755
Binary110011110001011000101001010010100111011111100101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,197,34); }

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

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

 a { background-color: rgb(51,197,34); }

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

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

 span { border-color: rgb(51,197,34); }

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