Html Css Color HEX #48C539 Lime Green

📋 copy color: '#48C539'

red 72 ◦ green 197 ◦ blue 57

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

Shades of Lime Green #48C539

Tints of Lime Green #48C539

RGB

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

 GREEN value IS 197 (77.34% from 255) = 60.43%

 BLUE value IS 57 (22.66% from 255) = 17.48%

R = 22.09%
G = 60.43%
B = 17.48%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#48C539 (or 0x48C539) is known color: Lime Green. HEX triplet: 48, C5 and 39. RGB value is (72,197,57). Sum of RGB (Red+Green+Blue) = 72+197+57=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 197 (77.34% from 255 or 60.43% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 197 - color contains mainly: green. Hex color #48C539 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C539 is #B73AC6. Grayscale: #909090. Windows color (decimal): -12008135 or 3786056. OLE color: 3786056.

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

Color convert

RGB 72 197 57 -
CMYK 0.63 0 0.71 0.23
HSL 113.57º 0.55% 0.5% -
HSV(B) 113.57º 0.71% 0.77% -
XYZ 23.38 41.61 10.67 -
YUV 143.67 79.09 76.88 -
System Red Green Blue C M Y K H S L
Decimal 72 197 57 0.63 0 0.71 0.23 113.57 0.55 0.5
Hex 48 C5 39 3F 0 47 17 72 37 32
Octal 110 305 71 77 0 107 27 162 67 62
Binary 1001000 11000101 111001 111111 0 1000111 10111 1110010 110111 110010

Color Harmonies of #48C539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C539

Black with #48C539

Text Example


Text Example

White with #48C539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,197,57); }

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

background-color css

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

 a { background-color: rgb(72,197,57); }

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

border-color css

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

 span { border-color: rgb(72,197,57); }

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