Html Css Color HEX #48C231 Lime Green

📋 copy color: '#48C231'

red 72 ◦ green 194 ◦ blue 49

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

Shades of Lime Green #48C231

Tints of Lime Green #48C231

RGB

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

 GREEN value IS 194 (76.17% from 255) = 61.59%

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

R = 22.86%
G = 61.59%
B = 15.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#48C231 (or 0x48C231) is known color: Lime Green. HEX triplet: 48, C2 and 31. RGB value is (72,194,49). Sum of RGB (Red+Green+Blue) = 72+194+49=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 194 (76.17% from 255 or 61.59% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 194 - color contains mainly: green. Hex color #48C231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C231 is #B73DCE. Grayscale: #8D8D8D. Windows color (decimal): -12008911 or 3261000. OLE color: 3261000.

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

Color convert

RGB 72 194 49 -
CMYK 0.63 0 0.75 0.24
HSL 110.48º 0.6% 0.48% -
HSV(B) 110.48º 0.75% 0.76% -
XYZ 22.52 40.18 9.47 -
YUV 140.99 76.08 78.79 -
System Red Green Blue C M Y K H S L
Decimal 72 194 49 0.63 0 0.75 0.24 110.48 0.6 0.48
Hex 48 C2 31 3F 0 4B 18 6E 3C 30
Octal 110 302 61 77 0 113 30 156 74 60
Binary 1001000 11000010 110001 111111 0 1001011 11000 1101110 111100 110000

Color Harmonies of #48C231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C231

Black with #48C231

Text Example


Text Example

White with #48C231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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