Html Css Color HEX #48C141 Lime Green

📋 copy color: '#48C141'

red 72 ◦ green 193 ◦ blue 65

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

Shades of Lime Green #48C141

Tints of Lime Green #48C141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 58.48%

 BLUE value IS 65 (25.78% from 255) = 19.7%

R = 21.82%
G = 58.48%
B = 19.7%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#48C141 (or 0x48C141) is known color: Lime Green. HEX triplet: 48, C1 and 41. RGB value is (72,193,65). Sum of RGB (Red+Green+Blue) = 72+193+65=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #48C141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C141 is #B73EBE. Grayscale: #8E8E8E. Windows color (decimal): -12009151 or 4309320. OLE color: 4309320.

HSL color Cylindrical-coordinate representation of color #48C141: hue angle of 116.72º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48C141 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 193 65 -
CMYK 0.63 0 0.66 0.24
HSL 116.72º 0.51% 0.51% -
HSV(B) 116.72º 0.66% 0.76% -
XYZ 22.7 39.9 11.51 -
YUV 142.23 84.41 77.91 -
System Red Green Blue C M Y K H S L
Decimal 72 193 65 0.63 0 0.66 0.24 116.72 0.51 0.51
Hex 48 C1 41 3F 0 42 18 75 33 33
Octal 110 301 101 77 0 102 30 165 63 63
Binary 1001000 11000001 1000001 111111 0 1000010 11000 1110101 110011 110011

Color Harmonies of #48C141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C141

Black with #48C141

Text Example


Text Example

White with #48C141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,193,65); }

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

background-color css

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

 a { background-color: rgb(72,193,65); }

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

border-color css

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

 span { border-color: rgb(72,193,65); }

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