Html Css Color HEX #48E348 Lime Green

📋 copy color: '#48E348'

red 72 ◦ green 227 ◦ blue 72

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

Shades of Lime Green #48E348

Tints of Lime Green #48E348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 19.41%
G = 61.19%
B = 19.41%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#48E348 (or 0x48E348) is known color: Lime Green. HEX triplet: 48, E3 and 48. RGB value is (72,227,72). Sum of RGB (Red+Green+Blue) = 72+227+72=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 227 (89.06% from 255 or 61.19% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 227 - color contains mainly: green. Hex color #48E348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E348 is #B71CB7. Grayscale: #A3A3A3. Windows color (decimal): -12000440 or 4776776. OLE color: 4776776.

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

Color convert

RGB 72 227 72 -
CMYK 0.68 0 0.68 0.11
HSL 120º 0.73% 0.59% -
HSV(B) 120º 0.68% 0.89% -
XYZ 31.31 56.78 15.44 -
YUV 162.99 76.65 63.1 -
System Red Green Blue C M Y K H S L
Decimal 72 227 72 0.68 0 0.68 0.11 120 0.73 0.59
Hex 48 E3 48 44 0 44 B 78 49 3B
Octal 110 343 110 104 0 104 13 170 111 73
Binary 1001000 11100011 1001000 1000100 0 1000100 1011 1111000 1001001 111011

Color Harmonies of #48E348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E348

Black with #48E348

Text Example


Text Example

White with #48E348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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