#33C54E

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

Shades of Lime Green #33C54E

Tints of Lime Green #33C54E

Color information

#33C54E (or 0x33C54E) is unknown color: approx Lime Green. HEX triplet: 33, C5 and 4E. RGB value is (51,197,78). Sum of RGB (Red+Green+Blue) = 51+197+78=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 197 (77.34% from 255 or 60.43% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 197 - color contains mainly: green. Hex color #33C54E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C54E is #CC3AB1. Grayscale: #8C8C8C. Windows color (decimal): -13384370 or 5162291. OLE color: 5162291.

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

Color convert

RGB5119778-
CMYK0.7400.600.23
HSL131.1º58.87%48.63%-
HSV(B)131.1º74.11%77.25%-
XYZ22.7141.1913.96-
YUV139.7893.1364.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.64%
GREEN value IS 197 (77.34% from 255) = 60.43%
BLUE value IS 78 (30.86% from 255) = 23.93%
R=15.64%
G=60.43%
B=23.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal51197780.7400.600.23131.158.8748.63
Hex33C54E4A03C17833b31
Octal63305116112074272037361
Binary110011110001011001110100101001111001011110000011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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