Html Css Color HEX #48E340 Lime Green

📋 copy color: '#48E340'

red 72 ◦ green 227 ◦ blue 64

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

Shades of Lime Green #48E340

Tints of Lime Green #48E340

RGB

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

 GREEN value IS 227 (89.06% from 255) = 62.53%

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

R = 19.83%
G = 62.53%
B = 17.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#48E340 (or 0x48E340) is known color: Lime Green. HEX triplet: 48, E3 and 40. RGB value is (72,227,64). Sum of RGB (Red+Green+Blue) = 72+227+64=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 227 (89.06% from 255 or 62.53% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 227 - color contains mainly: green. Hex color #48E340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E340 is #B71CBF. Grayscale: #A2A2A2. Windows color (decimal): -12000448 or 4252488. OLE color: 4252488.

HSL color Cylindrical-coordinate representation of color #48E340: hue angle of 117.06º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48E340 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 72 227 64 -
CMYK 0.68 0 0.72 0.11
HSL 117.06º 0.74% 0.57% -
HSV(B) 117.06º 0.72% 0.89% -
XYZ 31.07 56.69 14.15 -
YUV 162.07 72.65 63.75 -
System Red Green Blue C M Y K H S L
Decimal 72 227 64 0.68 0 0.72 0.11 117.06 0.74 0.57
Hex 48 E3 40 44 0 48 B 75 4A 39
Octal 110 343 100 104 0 110 13 165 112 71
Binary 1001000 11100011 1000000 1000100 0 1001000 1011 1110101 1001010 111001

Color Harmonies of #48E340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E340

Black with #48E340

Text Example


Text Example

White with #48E340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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