Html Css Color HEX #48F43C Lime Green

📋 copy color: '#48F43C'

red 72 ◦ green 244 ◦ blue 60

#48F43C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #48F43C

Tints of Lime Green #48F43C

RGB

 RED value IS 72 (28.52% from 255) = 19.15%

 GREEN value IS 244 (95.7% from 255) = 64.89%

 BLUE value IS 60 (23.83% from 255) = 15.96%

R = 19.15%
G = 64.89%
B = 15.96%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#48F43C (or 0x48F43C) is known color: Lime Green. HEX triplet: 48, F4 and 3C. RGB value is (72,244,60). Sum of RGB (Red+Green+Blue) = 72+244+60=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 244 (95.70% from 255 or 64.89% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 244 - color contains mainly: green. Hex color #48F43C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F43C is #B70BC3. Grayscale: #ACACAC. Windows color (decimal): -11996100 or 3994696. OLE color: 3994696.

HSL color Cylindrical-coordinate representation of color #48F43C: hue angle of 116.09º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48F43C is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 72 244 60 -
CMYK 0.70 0 0.75 0.04
HSL 116.09º 0.89% 0.6% -
HSV(B) 116.09º 0.75% 0.96% -
XYZ 35.84 66.41 15.2 -
YUV 171.6 65.02 56.96 -
System Red Green Blue C M Y K H S L
Decimal 72 244 60 0.70 0 0.75 0.04 116.09 0.89 0.6
Hex 48 F4 3C 46 0 4B 4 74 59 3C
Octal 110 364 74 106 0 113 4 164 131 74
Binary 1001000 11110100 111100 1000110 0 1001011 100 1110100 1011001 111100

Color Harmonies of #48F43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F43C

Black with #48F43C

Text Example


Text Example

White with #48F43C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,244,60); }

 H1.HeaderClassName
 {
   color: #48F43C;
 }
 .AnyTagClassName
 {
   color: #48F43C;
 }
</style>

background-color css

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

 a { background-color: rgb(72,244,60); }

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

border-color css

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

 span { border-color: rgb(72,244,60); }

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