Html Css Color HEX #48D04F Lime Green

📋 copy color: '#48D04F'

red 72 ◦ green 208 ◦ blue 79

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

Shades of Lime Green #48D04F

Tints of Lime Green #48D04F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.94%

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

R = 20.06%
G = 57.94%
B = 22.01%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#48D04F (or 0x48D04F) is known color: Lime Green. HEX triplet: 48, D0 and 4F. RGB value is (72,208,79). Sum of RGB (Red+Green+Blue) = 72+208+79=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 208 (81.64% from 255 or 57.94% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 208 - color contains mainly: green. Hex color #48D04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D04F is #B72FB0. Grayscale: #999999. Windows color (decimal): -12005297 or 5230664. OLE color: 5230664.

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

Color convert

RGB 72 208 79 -
CMYK 0.65 0 0.62 0.18
HSL 123.09º 0.59% 0.55% -
HSV(B) 123.09º 0.65% 0.82% -
XYZ 26.64 47.05 15.08 -
YUV 152.63 86.44 70.49 -
System Red Green Blue C M Y K H S L
Decimal 72 208 79 0.65 0 0.62 0.18 123.09 0.59 0.55
Hex 48 D0 4F 41 0 3E 12 7B 3B 37
Octal 110 320 117 101 0 76 22 173 73 67
Binary 1001000 11010000 1001111 1000001 0 111110 10010 1111011 111011 110111

Color Harmonies of #48D04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D04F

Black with #48D04F

Text Example


Text Example

White with #48D04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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