#48CC53

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

Shades of Lime Green #48CC53

Tints of Lime Green #48CC53

Color information

#48CC53 (or 0x48CC53) is unknown color: approx Lime Green. HEX triplet: 48, CC and 53. RGB value is (72,204,83). Sum of RGB (Red+Green+Blue) = 72+204+83=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 204 (80.08% from 255 or 56.82% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CC53 is #B733AC. Grayscale: #979797. Windows color (decimal): -12006317 or 5491784. OLE color: 5491784.

HSL color Cylindrical-coordinate representation of color #48CC53: hue angle of 125º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CC53 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB7220483-
CMYK0.6500.590.2
HSL125º56.41%54.12%-
HSV(B)125º64.71%80%-
XYZ25.8345.1915.54-
YUV150.7489.7771.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.06%
GREEN value IS 204 (80.08% from 255) = 56.82%
BLUE value IS 83 (32.81% from 255) = 23.12%
R=20.06%
G=56.82%
B=23.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal72204830.6500.590.212556.4154.12
Hex48CC534103B147d3836
Octal110314123101073241757066
Binary100100011001100101001110000010111011101001111101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48CC53; }

 p { color: rgb(72,204,83); }

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

<style>
 a { background-color: #48CC53; }

 a { background-color: rgb(72,204,83); }

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

<style>
 span { border-color: #48CC53; }

 span { border-color: rgb(72,204,83); }

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