Html Css Color HEX #4EE248 Lime Green

📋 copy color: '#4EE248'

red 78 ◦ green 226 ◦ blue 72

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

Shades of Lime Green #4EE248

Tints of Lime Green #4EE248

RGB

 RED value IS 78 (30.86% from 255) = 20.74%

 GREEN value IS 226 (88.67% from 255) = 60.11%

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 20.74%
G = 60.11%
B = 19.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#4EE248 (or 0x4EE248) is known color: Lime Green. HEX triplet: 4E, E2 and 48. RGB value is (78,226,72). Sum of RGB (Red+Green+Blue) = 78+226+72=376 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.74% from 376); Green value is 226 (88.67% from 255 or 60.11% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 226 - color contains mainly: green. Hex color #4EE248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE248 is #B11DB7. Grayscale: #A4A4A4. Windows color (decimal): -11607480 or 4776526. OLE color: 4776526.

HSL color Cylindrical-coordinate representation of color #4EE248: hue angle of 117.66º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EE248 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 78 226 72 -
CMYK 0.65 0 0.68 0.11
HSL 117.66º 0.73% 0.58% -
HSV(B) 117.66º 0.68% 0.89% -
XYZ 31.51 56.48 15.37 -
YUV 164.19 75.97 66.52 -
System Red Green Blue C M Y K H S L
Decimal 78 226 72 0.65 0 0.68 0.11 117.66 0.73 0.58
Hex 4E E2 48 41 0 44 B 76 49 3A
Octal 116 342 110 101 0 104 13 166 111 72
Binary 1001110 11100010 1001000 1000001 0 1000100 1011 1110110 1001001 111010

Color Harmonies of #4EE248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE248

Black with #4EE248

Text Example


Text Example

White with #4EE248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4EE248; }

 p { color: rgb(78,226,72); }

 H1.HeaderClassName
 {
   color: #4EE248;
 }
 .AnyTagClassName
 {
   color: #4EE248;
 }
</style>

background-color css

<style>
 a { background-color: #4EE248; }

 a { background-color: rgb(78,226,72); }

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

border-color css

<style>
 span { border-color: #4EE248; }

 span { border-color: rgb(78,226,72); }

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