Html Css Color HEX #48C431 Lime Green

📋 copy color: '#48C431'

red 72 ◦ green 196 ◦ blue 49

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

Shades of Lime Green #48C431

Tints of Lime Green #48C431

RGB

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

 GREEN value IS 196 (76.95% from 255) = 61.83%

 BLUE value IS 49 (19.53% from 255) = 15.46%

R = 22.71%
G = 61.83%
B = 15.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#48C431 (or 0x48C431) is known color: Lime Green. HEX triplet: 48, C4 and 31. RGB value is (72,196,49). Sum of RGB (Red+Green+Blue) = 72+196+49=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 196 (76.95% from 255 or 61.83% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 196 - color contains mainly: green. Hex color #48C431 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C431 is #B73BCE. Grayscale: #8E8E8E. Windows color (decimal): -12008399 or 3261512. OLE color: 3261512.

HSL color Cylindrical-coordinate representation of color #48C431: hue angle of 110.61º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48C431 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 72 196 49 -
CMYK 0.63 0 0.75 0.23
HSL 110.61º 0.6% 0.48% -
HSV(B) 110.61º 0.75% 0.77% -
XYZ 22.97 41.08 9.62 -
YUV 142.17 75.42 77.95 -
System Red Green Blue C M Y K H S L
Decimal 72 196 49 0.63 0 0.75 0.23 110.61 0.6 0.48
Hex 48 C4 31 3F 0 4B 17 6F 3C 30
Octal 110 304 61 77 0 113 27 157 74 60
Binary 1001000 11000100 110001 111111 0 1001011 10111 1101111 111100 110000

Color Harmonies of #48C431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C431

Black with #48C431

Text Example


Text Example

White with #48C431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,196,49); }

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

background-color css

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

 a { background-color: rgb(72,196,49); }

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

border-color css

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

 span { border-color: rgb(72,196,49); }

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