Html Css Color HEX #48D44F Lime Green

📋 copy color: '#48D44F'

red 72 ◦ green 212 ◦ blue 79

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

Shades of Lime Green #48D44F

Tints of Lime Green #48D44F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.76%

R = 19.83%
G = 58.4%
B = 21.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#48D44F (or 0x48D44F) is known color: Lime Green. HEX triplet: 48, D4 and 4F. RGB value is (72,212,79). Sum of RGB (Red+Green+Blue) = 72+212+79=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 212 (83.20% from 255 or 58.40% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 212 - color contains mainly: green. Hex color #48D44F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D44F is #B72BB0. Grayscale: #9B9B9B. Windows color (decimal): -12004273 or 5231688. OLE color: 5231688.

HSL color Cylindrical-coordinate representation of color #48D44F: hue angle of 123º 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 #48D44F is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 72 212 79 -
CMYK 0.66 0 0.63 0.17
HSL 123º 0.62% 0.56% -
HSV(B) 123º 0.66% 0.83% -
XYZ 27.63 49.03 15.4 -
YUV 154.98 85.12 68.81 -
System Red Green Blue C M Y K H S L
Decimal 72 212 79 0.66 0 0.63 0.17 123 0.62 0.56
Hex 48 D4 4F 42 0 3F 11 7B 3E 38
Octal 110 324 117 102 0 77 21 173 76 70
Binary 1001000 11010100 1001111 1000010 0 111111 10001 1111011 111110 111000

Color Harmonies of #48D44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D44F

Black with #48D44F

Text Example


Text Example

White with #48D44F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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