Html Css Color HEX #48EC46 Lime Green

📋 copy color: '#48EC46'

red 72 ◦ green 236 ◦ blue 70

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

Shades of Lime Green #48EC46

Tints of Lime Green #48EC46

RGB

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

 GREEN value IS 236 (92.58% from 255) = 62.43%

 BLUE value IS 70 (27.73% from 255) = 18.52%

R = 19.05%
G = 62.43%
B = 18.52%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#48EC46 (or 0x48EC46) is known color: Lime Green. HEX triplet: 48, EC and 46. RGB value is (72,236,70). Sum of RGB (Red+Green+Blue) = 72+236+70=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 236 (92.58% from 255 or 62.43% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48EC46 is #B713B9. Grayscale: #A8A8A8. Windows color (decimal): -11998138 or 4648008. OLE color: 4648008.

HSL color Cylindrical-coordinate representation of color #48EC46: hue angle of 119.28º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EC46 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 236 70 -
CMYK 0.69 0 0.70 0.07
HSL 119.28º 0.81% 0.6% -
HSV(B) 119.28º 0.7% 0.93% -
XYZ 33.77 61.81 15.94 -
YUV 168.04 72.67 59.5 -
System Red Green Blue C M Y K H S L
Decimal 72 236 70 0.69 0 0.70 0.07 119.28 0.81 0.6
Hex 48 EC 46 45 0 46 7 77 51 3C
Octal 110 354 106 105 0 106 7 167 121 74
Binary 1001000 11101100 1000110 1000101 0 1000110 111 1110111 1010001 111100

Color Harmonies of #48EC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EC46

Black with #48EC46

Text Example


Text Example

White with #48EC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,236,70); }

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

background-color css

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

 a { background-color: rgb(72,236,70); }

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

border-color css

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

 span { border-color: rgb(72,236,70); }

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