#48F93A

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

Shades of Lime Green #48F93A

Tints of Lime Green #48F93A

Color information

#48F93A (or 0x48F93A) is unknown color: approx Lime Green. HEX triplet: 48, F9 and 3A. RGB value is (72,249,58). Sum of RGB (Red+Green+Blue) = 72+249+58=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 249 (97.66% from 255 or 65.70% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 249 - color contains mainly: green. Hex color #48F93A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F93A is #B706C5. Grayscale: #AEAEAE. Windows color (decimal): -11994822 or 3864904. OLE color: 3864904.

HSL color Cylindrical-coordinate representation of color #48F93A: hue angle of 115.6º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48F93A is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB7224958-
CMYK0.7100.770.02
HSL115.6º94.09%60.2%-
HSV(B)115.6º76.71%97.65%-
XYZ37.3169.4315.44-
YUV174.362.3655.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.00%
GREEN value IS 249 (97.66% from 255) = 65.70%
BLUE value IS 58 (23.05% from 255) = 15.30%
R=19.00%
G=65.70%
B=15.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal72249580.7100.770.02115.694.0960.2
Hex48F93A4704D2745e3c
Octal110371721070115216413674
Binary1001000111110011110101000111010011011011101001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,249,58); }

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

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

 a { background-color: rgb(72,249,58); }

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

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

 span { border-color: rgb(72,249,58); }

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