Html Css Color HEX #48D554 Lime Green

📋 copy color: '#48D554'

red 72 ◦ green 213 ◦ blue 84

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

Shades of Lime Green #48D554

Tints of Lime Green #48D554

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.72%

 BLUE value IS 84 (33.2% from 255) = 22.76%

R = 19.51%
G = 57.72%
B = 22.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#48D554 (or 0x48D554) is known color: Lime Green. HEX triplet: 48, D5 and 54. RGB value is (72,213,84). Sum of RGB (Red+Green+Blue) = 72+213+84=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #48D554 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D554 is #B72AAB. Grayscale: #9C9C9C. Windows color (decimal): -12004012 or 5559624. OLE color: 5559624.

HSL color Cylindrical-coordinate representation of color #48D554: hue angle of 125.11º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D554 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 213 84 -
CMYK 0.66 0 0.61 0.16
HSL 125.11º 0.63% 0.56% -
HSV(B) 125.11º 0.66% 0.84% -
XYZ 28.07 49.61 16.48 -
YUV 156.14 87.29 67.99 -
System Red Green Blue C M Y K H S L
Decimal 72 213 84 0.66 0 0.61 0.16 125.11 0.63 0.56
Hex 48 D5 54 42 0 3D 10 7D 3F 38
Octal 110 325 124 102 0 75 20 175 77 70
Binary 1001000 11010101 1010100 1000010 0 111101 10000 1111101 111111 111000

Color Harmonies of #48D554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D554

Black with #48D554

Text Example


Text Example

White with #48D554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,213,84); }

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

background-color css

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

 a { background-color: rgb(72,213,84); }

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

border-color css

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

 span { border-color: rgb(72,213,84); }

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