Html Css Color HEX #4EE242 Lime Green

📋 copy color: '#4EE242'

red 78 ◦ green 226 ◦ blue 66

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

Shades of Lime Green #4EE242

Tints of Lime Green #4EE242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.84%

R = 21.08%
G = 61.08%
B = 17.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#4EE242 (or 0x4EE242) is known color: Lime Green. HEX triplet: 4E, E2 and 42. RGB value is (78,226,66). Sum of RGB (Red+Green+Blue) = 78+226+66=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 226 (88.67% from 255 or 61.08% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 226 - color contains mainly: green. Hex color #4EE242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE242 is #B11DBD. Grayscale: #A4A4A4. Windows color (decimal): -11607486 or 4383310. OLE color: 4383310.

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

Color convert

RGB 78 226 66 -
CMYK 0.65 0 0.71 0.11
HSL 115.5º 0.73% 0.57% -
HSV(B) 115.5º 0.71% 0.89% -
XYZ 31.32 56.41 14.39 -
YUV 163.51 72.97 67.01 -
System Red Green Blue C M Y K H S L
Decimal 78 226 66 0.65 0 0.71 0.11 115.5 0.73 0.57
Hex 4E E2 42 41 0 47 B 74 49 39
Octal 116 342 102 101 0 107 13 164 111 71
Binary 1001110 11100010 1000010 1000001 0 1000111 1011 1110100 1001001 111001

Color Harmonies of #4EE242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE242

Black with #4EE242

Text Example


Text Example

White with #4EE242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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