#48CD52

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

Shades of Lime Green #48CD52

Tints of Lime Green #48CD52

Color information

#48CD52 (or 0x48CD52) is unknown color: approx Lime Green. HEX triplet: 48, CD and 52. RGB value is (72,205,82). Sum of RGB (Red+Green+Blue) = 72+205+82=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #48CD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CD52 is #B732AD. Grayscale: #979797. Windows color (decimal): -12006062 or 5426504. OLE color: 5426504.

HSL color Cylindrical-coordinate representation of color #48CD52: hue angle of 124.51º degrees, saturation: 0.57, 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 #48CD52 is Cyan = 0.65, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB7220582-
CMYK0.6500.60.20
HSL124.51º57.08%54.31%-
HSV(B)124.51º64.88%80.39%-
XYZ26.0345.6515.42-
YUV151.2188.9471.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.06%
GREEN value IS 205 (80.47% from 255) = 57.10%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=20.06%
G=57.10%
B=22.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72205820.6500.60.20124.5157.0854.31
Hex48CD524103C147d3936
Octal110315122101074241757166
Binary100100011001101101001010000010111100101001111101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,205,82); }

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

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

 a { background-color: rgb(72,205,82); }

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

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

 span { border-color: rgb(72,205,82); }

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