Html Css Color HEX #48C039 Lime Green

📋 copy color: '#48C039'

red 72 ◦ green 192 ◦ blue 57

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

Shades of Lime Green #48C039

Tints of Lime Green #48C039

RGB

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

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

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

R = 22.43%
G = 59.81%
B = 17.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#48C039 (or 0x48C039) is known color: Lime Green. HEX triplet: 48, C0 and 39. RGB value is (72,192,57). Sum of RGB (Red+Green+Blue) = 72+192+57=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 192 (75.39% from 255 or 59.81% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 192 - color contains mainly: green. Hex color #48C039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C039 is #B73FC6. Grayscale: #8D8D8D. Windows color (decimal): -12009415 or 3784776. OLE color: 3784776.

HSL color Cylindrical-coordinate representation of color #48C039: hue angle of 113.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48C039 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 192 57 -
CMYK 0.63 0 0.70 0.25
HSL 113.33º 0.54% 0.49% -
HSV(B) 113.33º 0.7% 0.75% -
XYZ 22.26 39.37 10.3 -
YUV 140.73 80.74 78.98 -
System Red Green Blue C M Y K H S L
Decimal 72 192 57 0.63 0 0.70 0.25 113.33 0.54 0.49
Hex 48 C0 39 3F 0 46 19 71 36 31
Octal 110 300 71 77 0 106 31 161 66 61
Binary 1001000 11000000 111001 111111 0 1000110 11001 1110001 110110 110001

Color Harmonies of #48C039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C039

Black with #48C039

Text Example


Text Example

White with #48C039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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