Html Css Color HEX #48E946 Lime Green

📋 copy color: '#48E946'

red 72 ◦ green 233 ◦ blue 70

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

Shades of Lime Green #48E946

Tints of Lime Green #48E946

RGB

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

 GREEN value IS 233 (91.41% from 255) = 62.13%

 BLUE value IS 70 (27.73% from 255) = 18.67%

R = 19.2%
G = 62.13%
B = 18.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#48E946 (or 0x48E946) is known color: Lime Green. HEX triplet: 48, E9 and 46. RGB value is (72,233,70). Sum of RGB (Red+Green+Blue) = 72+233+70=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 233 (91.41% from 255 or 62.13% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 233 - color contains mainly: green. Hex color #48E946 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48E946 is #B716B9. Grayscale: #A6A6A6. Windows color (decimal): -11998906 or 4647240. OLE color: 4647240.

HSL color Cylindrical-coordinate representation of color #48E946: hue angle of 119.26º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48E946 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 233 70 -
CMYK 0.69 0 0.70 0.09
HSL 119.26º 0.79% 0.59% -
HSV(B) 119.26º 0.7% 0.91% -
XYZ 32.92 60.1 15.66 -
YUV 166.28 73.66 60.75 -
System Red Green Blue C M Y K H S L
Decimal 72 233 70 0.69 0 0.70 0.09 119.26 0.79 0.59
Hex 48 E9 46 45 0 46 9 77 4F 3B
Octal 110 351 106 105 0 106 11 167 117 73
Binary 1001000 11101001 1000110 1000101 0 1000110 1001 1110111 1001111 111011

Color Harmonies of #48E946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E946

Black with #48E946

Text Example


Text Example

White with #48E946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,233,70); }

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

background-color css

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

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

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

border-color css

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

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

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