#33CE50

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

Shades of Lime Green #33CE50

Tints of Lime Green #33CE50

Color information

#33CE50 (or 0x33CE50) is unknown color: approx Lime Green. HEX triplet: 33, CE and 50. RGB value is (51,206,80). Sum of RGB (Red+Green+Blue) = 51+206+80=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 206 (80.86% from 255 or 61.13% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 206 - color contains mainly: green. Hex color #33CE50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33CE50 is #CC31AF. Grayscale: #919191. Windows color (decimal): -13382064 or 5295667. OLE color: 5295667.

HSL color Cylindrical-coordinate representation of color #33CE50: hue angle of 131.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CE50 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB5120680-
CMYK0.7500.610.19
HSL131.23º61.26%50.39%-
HSV(B)131.23º75.24%80.78%-
XYZ24.8845.4315.05-
YUV145.2991.1560.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.13%
GREEN value IS 206 (80.86% from 255) = 61.13%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=15.13%
G=61.13%
B=23.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal51206800.7500.610.19131.2361.2650.39
Hex33CE504B03D13833d32
Octal63316120113075232037562
Binary110011110011101010000100101101111011001110000011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,206,80); }

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

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

 a { background-color: rgb(51,206,80); }

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

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

 span { border-color: rgb(51,206,80); }

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