#48C33D

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

Shades of Lime Green #48C33D

Tints of Lime Green #48C33D

Color information

#48C33D (or 0x48C33D) is unknown color: approx Lime Green. HEX triplet: 48, C3 and 3D. RGB value is (72,195,61). Sum of RGB (Red+Green+Blue) = 72+195+61=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #48C33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C33D is #B73CC2. Grayscale: #8F8F8F. Windows color (decimal): -12008643 or 4047688. OLE color: 4047688.

HSL color Cylindrical-coordinate representation of color #48C33D: hue angle of 115.07º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48C33D is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB7219561-
CMYK0.6300.690.24
HSL115.07º52.76%50.2%-
HSV(B)115.07º68.72%76.47%-
XYZ23.0340.7411.07-
YUV142.9581.7577.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 195 (76.56% from 255) = 59.45%
BLUE value IS 61 (24.22% from 255) = 18.60%
R=21.95%
G=59.45%
B=18.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal72195610.6300.690.24115.0752.7650.2
Hex48C33D3F04518733532
Octal11030375770105301636562
Binary10010001100001111110111111101000101110001110011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,195,61); }

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

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

 a { background-color: rgb(72,195,61); }

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

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

 span { border-color: rgb(72,195,61); }

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