#33C147

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

Shades of Lime Green #33C147

Tints of Lime Green #33C147

Color information

#33C147 (or 0x33C147) is unknown color: approx Lime Green. HEX triplet: 33, C1 and 47. RGB value is (51,193,71). Sum of RGB (Red+Green+Blue) = 51+193+71=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #33C147 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C147 is #CC3EB8. Grayscale: #888888. Windows color (decimal): -13385401 or 4702515. OLE color: 4702515.

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

Color convert

RGB5119371-
CMYK0.7400.630.24
HSL128.45º58.2%47.84%-
HSV(B)128.45º73.58%75.69%-
XYZ21.5739.312.41-
YUV136.6390.9666.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.19%
GREEN value IS 193 (75.78% from 255) = 61.27%
BLUE value IS 71 (28.12% from 255) = 22.54%
R=16.19%
G=61.27%
B=22.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51193710.7400.630.24128.4558.247.84
Hex33C1474A03F18803a30
Octal63301107112077302007260
Binary110011110000011000111100101001111111100010000000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,193,71); }

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

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

 a { background-color: rgb(51,193,71); }

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

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

 span { border-color: rgb(51,193,71); }

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