Html Css Color HEX #48D14A Lime Green

📋 copy color: '#48D14A'

red 72 ◦ green 209 ◦ blue 74

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

Shades of Lime Green #48D14A

Tints of Lime Green #48D14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 58.87%

 BLUE value IS 74 (29.3% from 255) = 20.85%

R = 20.28%
G = 58.87%
B = 20.85%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#48D14A (or 0x48D14A) is known color: Lime Green. HEX triplet: 48, D1 and 4A. RGB value is (72,209,74). Sum of RGB (Red+Green+Blue) = 72+209+74=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 209 (82.03% from 255 or 58.87% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 209 - color contains mainly: green. Hex color #48D14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D14A is #B72EB5. Grayscale: #999999. Windows color (decimal): -12005046 or 4903240. OLE color: 4903240.

HSL color Cylindrical-coordinate representation of color #48D14A: hue angle of 120.88º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D14A is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 209 74 -
CMYK 0.66 0 0.65 0.18
HSL 120.88º 0.6% 0.55% -
HSV(B) 120.88º 0.66% 0.82% -
XYZ 26.71 47.47 14.23 -
YUV 152.65 83.61 70.48 -
System Red Green Blue C M Y K H S L
Decimal 72 209 74 0.66 0 0.65 0.18 120.88 0.6 0.55
Hex 48 D1 4A 42 0 41 12 79 3C 37
Octal 110 321 112 102 0 101 22 171 74 67
Binary 1001000 11010001 1001010 1000010 0 1000001 10010 1111001 111100 110111

Color Harmonies of #48D14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D14A

Black with #48D14A

Text Example


Text Example

White with #48D14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,209,74); }

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

background-color css

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

 a { background-color: rgb(72,209,74); }

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

border-color css

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

 span { border-color: rgb(72,209,74); }

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