Html Css Color HEX #48C63B Lime Green

📋 copy color: '#48C63B'

red 72 ◦ green 198 ◦ blue 59

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

Shades of Lime Green #48C63B

Tints of Lime Green #48C63B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 60.18%

 BLUE value IS 59 (23.44% from 255) = 17.93%

R = 21.88%
G = 60.18%
B = 17.93%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#48C63B (or 0x48C63B) is known color: Lime Green. HEX triplet: 48, C6 and 3B. RGB value is (72,198,59). Sum of RGB (Red+Green+Blue) = 72+198+59=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 198 (77.73% from 255 or 60.18% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 198 - color contains mainly: green. Hex color #48C63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C63B is #B739C4. Grayscale: #909090. Windows color (decimal): -12007877 or 3917384. OLE color: 3917384.

HSL color Cylindrical-coordinate representation of color #48C63B: hue angle of 114.39º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48C63B is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 198 59 -
CMYK 0.64 0 0.70 0.22
HSL 114.39º 0.55% 0.5% -
HSV(B) 114.39º 0.7% 0.78% -
XYZ 23.66 42.08 11.01 -
YUV 144.48 79.76 76.3 -
System Red Green Blue C M Y K H S L
Decimal 72 198 59 0.64 0 0.70 0.22 114.39 0.55 0.5
Hex 48 C6 3B 40 0 46 16 72 37 32
Octal 110 306 73 100 0 106 26 162 67 62
Binary 1001000 11000110 111011 1000000 0 1000110 10110 1110010 110111 110010

Color Harmonies of #48C63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C63B

Black with #48C63B

Text Example


Text Example

White with #48C63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,198,59); }

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

background-color css

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

 a { background-color: rgb(72,198,59); }

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

border-color css

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

 span { border-color: rgb(72,198,59); }

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