Html Css Color HEX #48F63D Lime Green

📋 copy color: '#48F63D'

red 72 ◦ green 246 ◦ blue 61

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

Shades of Lime Green #48F63D

Tints of Lime Green #48F63D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 64.91%

 BLUE value IS 61 (24.22% from 255) = 16.09%

R = 19%
G = 64.91%
B = 16.09%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#48F63D (or 0x48F63D) is known color: Lime Green. HEX triplet: 48, F6 and 3D. RGB value is (72,246,61). Sum of RGB (Red+Green+Blue) = 72+246+61=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 246 (96.48% from 255 or 64.91% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 246 - color contains mainly: green. Hex color #48F63D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F63D is #B709C2. Grayscale: #ADADAD. Windows color (decimal): -11995587 or 4060744. OLE color: 4060744.

HSL color Cylindrical-coordinate representation of color #48F63D: hue angle of 116.43º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48F63D is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 72 246 61 -
CMYK 0.71 0 0.75 0.04
HSL 116.43º 0.91% 0.6% -
HSV(B) 116.43º 0.75% 0.96% -
XYZ 36.47 67.63 15.55 -
YUV 172.88 64.85 56.04 -
System Red Green Blue C M Y K H S L
Decimal 72 246 61 0.71 0 0.75 0.04 116.43 0.91 0.6
Hex 48 F6 3D 47 0 4B 4 74 5B 3C
Octal 110 366 75 107 0 113 4 164 133 74
Binary 1001000 11110110 111101 1000111 0 1001011 100 1110100 1011011 111100

Color Harmonies of #48F63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F63D

Black with #48F63D

Text Example


Text Example

White with #48F63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,246,61); }

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

background-color css

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

 a { background-color: rgb(72,246,61); }

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

border-color css

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

 span { border-color: rgb(72,246,61); }

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