Html Css Color HEX #48C03F Lime Green

📋 copy color: '#48C03F'

red 72 ◦ green 192 ◦ blue 63

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

Shades of Lime Green #48C03F

Tints of Lime Green #48C03F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.72%

 BLUE value IS 63 (25% from 255) = 19.27%

R = 22.02%
G = 58.72%
B = 19.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#48C03F (or 0x48C03F) is known color: Lime Green. HEX triplet: 48, C0 and 3F. RGB value is (72,192,63). Sum of RGB (Red+Green+Blue) = 72+192+63=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #48C03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C03F is #B73FC0. Grayscale: #8D8D8D. Windows color (decimal): -12009409 or 4177992. OLE color: 4177992.

HSL color Cylindrical-coordinate representation of color #48C03F: hue angle of 115.81º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48C03F is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 192 63 -
CMYK 0.63 0 0.67 0.25
HSL 115.81º 0.51% 0.5% -
HSV(B) 115.81º 0.67% 0.75% -
XYZ 22.42 39.44 11.13 -
YUV 141.41 83.74 78.49 -
System Red Green Blue C M Y K H S L
Decimal 72 192 63 0.63 0 0.67 0.25 115.81 0.51 0.5
Hex 48 C0 3F 3F 0 43 19 74 33 32
Octal 110 300 77 77 0 103 31 164 63 62
Binary 1001000 11000000 111111 111111 0 1000011 11001 1110100 110011 110010

Color Harmonies of #48C03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C03F

Black with #48C03F

Text Example


Text Example

White with #48C03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,192,63); }

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

background-color css

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

 a { background-color: rgb(72,192,63); }

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

border-color css

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

 span { border-color: rgb(72,192,63); }

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