Html Css Color HEX #48DA4D Lime Green

📋 copy color: '#48DA4D'

red 72 ◦ green 218 ◦ blue 77

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

Shades of Lime Green #48DA4D

Tints of Lime Green #48DA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.98%

R = 19.62%
G = 59.4%
B = 20.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#48DA4D (or 0x48DA4D) is known color: Lime Green. HEX triplet: 48, DA and 4D. RGB value is (72,218,77). Sum of RGB (Red+Green+Blue) = 72+218+77=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 218 (85.55% from 255 or 59.40% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DA4D is #B725B2. Grayscale: #9E9E9E. Windows color (decimal): -12002739 or 5102152. OLE color: 5102152.

HSL color Cylindrical-coordinate representation of color #48DA4D: hue angle of 122.05º 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 #48DA4D is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 218 77 -
CMYK 0.67 0 0.65 0.15
HSL 122.05º 0.66% 0.57% -
HSV(B) 122.05º 0.67% 0.85% -
XYZ 29.08 52.06 15.54 -
YUV 158.27 82.13 66.46 -
System Red Green Blue C M Y K H S L
Decimal 72 218 77 0.67 0 0.65 0.15 122.05 0.66 0.57
Hex 48 DA 4D 43 0 41 F 7A 42 39
Octal 110 332 115 103 0 101 17 172 102 71
Binary 1001000 11011010 1001101 1000011 0 1000001 1111 1111010 1000010 111001

Color Harmonies of #48DA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DA4D

Black with #48DA4D

Text Example


Text Example

White with #48DA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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