#33C151

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

Shades of Lime Green #33C151

Tints of Lime Green #33C151

Color information

#33C151 (or 0x33C151) is unknown color: approx Lime Green. HEX triplet: 33, C1 and 51. RGB value is (51,193,81). Sum of RGB (Red+Green+Blue) = 51+193+81=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 193 (75.78% from 255 or 59.38% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 193 - color contains mainly: green. Hex color #33C151 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C151 is #CC3EAE. Grayscale: #8A8A8A. Windows color (decimal): -13385391 or 5357875. OLE color: 5357875.

HSL color Cylindrical-coordinate representation of color #33C151: hue angle of 132.68º 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 #33C151 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB5119381-
CMYK0.7400.580.24
HSL132.68º58.2%47.84%-
HSV(B)132.68º73.58%75.69%-
XYZ21.9239.4414.24-
YUV137.7795.9666.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.69%
GREEN value IS 193 (75.78% from 255) = 59.38%
BLUE value IS 81 (32.03% from 255) = 24.92%
R=15.69%
G=59.38%
B=24.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51193810.7400.580.24132.6858.247.84
Hex33C1514A03A18853a30
Octal63301121112072302057260
Binary110011110000011010001100101001110101100010000101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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