Html Css Color HEX #48F140 Lime Green

📋 copy color: '#48F140'

red 72 ◦ green 241 ◦ blue 64

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

Shades of Lime Green #48F140

Tints of Lime Green #48F140

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.93%

 BLUE value IS 64 (25.39% from 255) = 16.98%

R = 19.1%
G = 63.93%
B = 16.98%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#48F140 (or 0x48F140) is known color: Lime Green. HEX triplet: 48, F1 and 40. RGB value is (72,241,64). Sum of RGB (Red+Green+Blue) = 72+241+64=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 241 (94.53% from 255 or 63.93% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 241 - color contains mainly: green. Hex color #48F140 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F140 is #B70EBF. Grayscale: #AAAAAA. Windows color (decimal): -11996864 or 4256072. OLE color: 4256072.

HSL color Cylindrical-coordinate representation of color #48F140: hue angle of 117.29º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48F140 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 241 64 -
CMYK 0.70 0 0.73 0.05
HSL 117.29º 0.86% 0.6% -
HSV(B) 117.29º 0.73% 0.95% -
XYZ 35.05 64.66 15.48 -
YUV 170.29 68.01 57.89 -
System Red Green Blue C M Y K H S L
Decimal 72 241 64 0.70 0 0.73 0.05 117.29 0.86 0.6
Hex 48 F1 40 46 0 49 5 75 56 3C
Octal 110 361 100 106 0 111 5 165 126 74
Binary 1001000 11110001 1000000 1000110 0 1001001 101 1110101 1010110 111100

Color Harmonies of #48F140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F140

Black with #48F140

Text Example


Text Example

White with #48F140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,241,64); }

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

background-color css

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

 a { background-color: rgb(72,241,64); }

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

border-color css

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

 span { border-color: rgb(72,241,64); }

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