#48DC34

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

Shades of Lime Green #48DC34

Tints of Lime Green #48DC34

Color information

#48DC34 (or 0x48DC34) is unknown color: approx Lime Green. HEX triplet: 48, DC and 34. RGB value is (72,220,52). Sum of RGB (Red+Green+Blue) = 72+220+52=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 220 (86.33% from 255 or 63.95% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 220 - color contains mainly: green. Hex color #48DC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DC34 is #B723CB. Grayscale: #9D9D9D. Windows color (decimal): -12002252 or 3464264. OLE color: 3464264.

HSL color Cylindrical-coordinate representation of color #48DC34: hue angle of 112.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48DC34 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB7222052-
CMYK0.6700.760.14
HSL112.86º70.59%53.33%-
HSV(B)112.86º76.36%86.27%-
XYZ28.8952.8111.92-
YUV156.668.9767.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.93%
GREEN value IS 220 (86.33% from 255) = 63.95%
BLUE value IS 52 (20.70% from 255) = 15.12%
R=20.93%
G=63.95%
B=15.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal72220520.6700.760.14112.8670.5953.33
Hex48DC344304CE714735
Octal1103346410301141616110765
Binary100100011011100110100100001101001100111011100011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,220,52); }

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

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

 a { background-color: rgb(72,220,52); }

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

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

 span { border-color: rgb(72,220,52); }

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