Html Css Color HEX #48EA46 Lime Green

📋 copy color: '#48EA46'

red 72 ◦ green 234 ◦ blue 70

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

Shades of Lime Green #48EA46

Tints of Lime Green #48EA46

RGB

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

 GREEN value IS 234 (91.8% from 255) = 62.23%

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

R = 19.15%
G = 62.23%
B = 18.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#48EA46 (or 0x48EA46) is known color: Lime Green. HEX triplet: 48, EA and 46. RGB value is (72,234,70). Sum of RGB (Red+Green+Blue) = 72+234+70=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 234 (91.80% from 255 or 62.23% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 234 - color contains mainly: green. Hex color #48EA46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48EA46 is #B715B9. Grayscale: #A7A7A7. Windows color (decimal): -11998650 or 4647496. OLE color: 4647496.

HSL color Cylindrical-coordinate representation of color #48EA46: hue angle of 119.27º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EA46 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 234 70 -
CMYK 0.69 0 0.70 0.08
HSL 119.27º 0.8% 0.6% -
HSV(B) 119.27º 0.7% 0.92% -
XYZ 33.2 60.67 15.75 -
YUV 166.87 73.33 60.34 -
System Red Green Blue C M Y K H S L
Decimal 72 234 70 0.69 0 0.70 0.08 119.27 0.8 0.6
Hex 48 EA 46 45 0 46 8 77 50 3C
Octal 110 352 106 105 0 106 10 167 120 74
Binary 1001000 11101010 1000110 1000101 0 1000110 1000 1110111 1010000 111100

Color Harmonies of #48EA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EA46

Black with #48EA46

Text Example


Text Example

White with #48EA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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