Html Css Color HEX #48D455 Lime Green

📋 copy color: '#48D455'

red 72 ◦ green 212 ◦ blue 85

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

Shades of Lime Green #48D455

Tints of Lime Green #48D455

RGB

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

 GREEN value IS 212 (83.2% from 255) = 57.45%

 BLUE value IS 85 (33.59% from 255) = 23.04%

R = 19.51%
G = 57.45%
B = 23.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#48D455 (or 0x48D455) is known color: Lime Green. HEX triplet: 48, D4 and 55. RGB value is (72,212,85). Sum of RGB (Red+Green+Blue) = 72+212+85=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 212 (83.20% from 255 or 57.45% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 212 - color contains mainly: green. Hex color #48D455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D455 is #B72BAA. Grayscale: #9C9C9C. Windows color (decimal): -12004267 or 5624904. OLE color: 5624904.

HSL color Cylindrical-coordinate representation of color #48D455: hue angle of 125.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D455 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB 72 212 85 -
CMYK 0.66 0 0.60 0.17
HSL 125.57º 0.62% 0.56% -
HSV(B) 125.57º 0.66% 0.83% -
XYZ 27.86 49.12 16.61 -
YUV 155.66 88.12 68.33 -
System Red Green Blue C M Y K H S L
Decimal 72 212 85 0.66 0 0.60 0.17 125.57 0.62 0.56
Hex 48 D4 55 42 0 3C 11 7E 3E 38
Octal 110 324 125 102 0 74 21 176 76 70
Binary 1001000 11010100 1010101 1000010 0 111100 10001 1111110 111110 111000

Color Harmonies of #48D455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D455

Black with #48D455

Text Example


Text Example

White with #48D455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,212,85); }

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

background-color css

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

 a { background-color: rgb(72,212,85); }

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

border-color css

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

 span { border-color: rgb(72,212,85); }

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