Html Css Color HEX #48DE4D Lime Green

📋 copy color: '#48DE4D'

red 72 ◦ green 222 ◦ blue 77

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

Shades of Lime Green #48DE4D

Tints of Lime Green #48DE4D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 59.84%

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

R = 19.41%
G = 59.84%
B = 20.75%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#48DE4D (or 0x48DE4D) is known color: Lime Green. HEX triplet: 48, DE and 4D. RGB value is (72,222,77). Sum of RGB (Red+Green+Blue) = 72+222+77=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #48DE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DE4D is #B721B2. Grayscale: #A1A1A1. Windows color (decimal): -12001715 or 5103176. OLE color: 5103176.

HSL color Cylindrical-coordinate representation of color #48DE4D: hue angle of 122º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48DE4D is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 222 77 -
CMYK 0.68 0 0.65 0.13
HSL 122º 0.69% 0.58% -
HSV(B) 122º 0.68% 0.87% -
XYZ 30.13 54.16 15.89 -
YUV 160.62 80.81 64.79 -
System Red Green Blue C M Y K H S L
Decimal 72 222 77 0.68 0 0.65 0.13 122 0.69 0.58
Hex 48 DE 4D 44 0 41 D 7A 45 3A
Octal 110 336 115 104 0 101 15 172 105 72
Binary 1001000 11011110 1001101 1000100 0 1000001 1101 1111010 1000101 111010

Color Harmonies of #48DE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DE4D

Black with #48DE4D

Text Example


Text Example

White with #48DE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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