Html Css Color HEX #48C239 Lime Green

📋 copy color: '#48C239'

red 72 ◦ green 194 ◦ blue 57

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

Shades of Lime Green #48C239

Tints of Lime Green #48C239

RGB

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

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

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

R = 22.29%
G = 60.06%
B = 17.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#48C239 (or 0x48C239) is known color: Lime Green. HEX triplet: 48, C2 and 39. RGB value is (72,194,57). Sum of RGB (Red+Green+Blue) = 72+194+57=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 194 (76.17% from 255 or 60.06% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 194 - color contains mainly: green. Hex color #48C239 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C239 is #B73DC6. Grayscale: #8E8E8E. Windows color (decimal): -12008903 or 3785288. OLE color: 3785288.

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

Color convert

RGB 72 194 57 -
CMYK 0.63 0 0.71 0.24
HSL 113.43º 0.55% 0.49% -
HSV(B) 113.43º 0.71% 0.76% -
XYZ 22.7 40.26 10.44 -
YUV 141.9 80.08 78.14 -
System Red Green Blue C M Y K H S L
Decimal 72 194 57 0.63 0 0.71 0.24 113.43 0.55 0.49
Hex 48 C2 39 3F 0 47 18 71 37 31
Octal 110 302 71 77 0 107 30 161 67 61
Binary 1001000 11000010 111001 111111 0 1000111 11000 1110001 110111 110001

Color Harmonies of #48C239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C239

Black with #48C239

Text Example


Text Example

White with #48C239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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