#33C036

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

Shades of Lime Green #33C036

Tints of Lime Green #33C036

Color information

#33C036 (or 0x33C036) is unknown color: approx Lime Green. HEX triplet: 33, C0 and 36. RGB value is (51,192,54). Sum of RGB (Red+Green+Blue) = 51+192+54=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 192 (75.39% from 255 or 64.65% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 192 - color contains mainly: green. Hex color #33C036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C036 is #CC3FC9. Grayscale: #868686. Windows color (decimal): -13385674 or 3588147. OLE color: 3588147.

HSL color Cylindrical-coordinate representation of color #33C036: hue angle of 121.28º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33C036 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB5119254-
CMYK0.7300.720.25
HSL121.28º58.02%47.65%-
HSV(B)121.28º73.44%75.29%-
XYZ20.8838.679.85-
YUV134.1182.7968.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 192 (75.39% from 255) = 64.65%
BLUE value IS 54 (21.48% from 255) = 18.18%
R=17.17%
G=64.65%
B=18.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51192540.7300.720.25121.2858.0247.65
Hex33C0364904819793a30
Octal63300661110110311717260
Binary11001111000000110110100100101001000110011111001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,192,54); }

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

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

 a { background-color: rgb(51,192,54); }

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

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

 span { border-color: rgb(51,192,54); }

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