Html Css Color HEX #48DA4E Lime Green

📋 copy color: '#48DA4E'

red 72 ◦ green 218 ◦ blue 78

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

Shades of Lime Green #48DA4E

Tints of Lime Green #48DA4E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 59.24%

 BLUE value IS 78 (30.86% from 255) = 21.2%

R = 19.57%
G = 59.24%
B = 21.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#48DA4E (or 0x48DA4E) is known color: Lime Green. HEX triplet: 48, DA and 4E. RGB value is (72,218,78). Sum of RGB (Red+Green+Blue) = 72+218+78=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 218 (85.55% from 255 or 59.24% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DA4E is #B725B1. Grayscale: #9E9E9E. Windows color (decimal): -12002738 or 5167688. OLE color: 5167688.

HSL color Cylindrical-coordinate representation of color #48DA4E: hue angle of 122.47º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DA4E is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 218 78 -
CMYK 0.67 0 0.64 0.15
HSL 122.47º 0.66% 0.57% -
HSV(B) 122.47º 0.67% 0.85% -
XYZ 29.12 52.07 15.72 -
YUV 158.39 82.63 66.38 -
System Red Green Blue C M Y K H S L
Decimal 72 218 78 0.67 0 0.64 0.15 122.47 0.66 0.57
Hex 48 DA 4E 43 0 40 F 7A 42 39
Octal 110 332 116 103 0 100 17 172 102 71
Binary 1001000 11011010 1001110 1000011 0 1000000 1111 1111010 1000010 111001

Color Harmonies of #48DA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DA4E

Black with #48DA4E

Text Example


Text Example

White with #48DA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,218,78); }

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

background-color css

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

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

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

border-color css

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

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

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