#48C934

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

Shades of Lime Green #48C934

Tints of Lime Green #48C934

Color information

#48C934 (or 0x48C934) is unknown color: approx Lime Green. HEX triplet: 48, C9 and 34. RGB value is (72,201,52). Sum of RGB (Red+Green+Blue) = 72+201+52=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 201 (78.91% from 255 or 61.85% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 201 - color contains mainly: green. Hex color #48C934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C934 is #B736CB. Grayscale: #919191. Windows color (decimal): -12007116 or 3459400. OLE color: 3459400.

HSL color Cylindrical-coordinate representation of color #48C934: hue angle of 111.95º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48C934 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB7220152-
CMYK0.6400.740.21
HSL111.95º58.89%49.61%-
HSV(B)111.95º74.13%78.82%-
XYZ24.1843.410.35-
YUV145.4475.2675.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 201 (78.91% from 255) = 61.85%
BLUE value IS 52 (20.70% from 255) = 16%
R=22.15%
G=61.85%
B=16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72201520.6400.740.21111.9558.8949.61
Hex48C9344004A15703b32
Octal110311641000112251607362
Binary100100011001001110100100000001001010101011110000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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