Html Css Color HEX #4EE225 Lime Green

📋 copy color: '#4EE225'

red 78 ◦ green 226 ◦ blue 37

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

Shades of Lime Green #4EE225

Tints of Lime Green #4EE225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.85%

R = 22.87%
G = 66.28%
B = 10.85%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#4EE225 (or 0x4EE225) is known color: Lime Green. HEX triplet: 4E, E2 and 25. RGB value is (78,226,37). Sum of RGB (Red+Green+Blue) = 78+226+37=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 226 (88.67% from 255 or 66.28% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 226 - color contains mainly: green. Hex color #4EE225 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE225 is #B11DDA. Grayscale: #A0A0A0. Windows color (decimal): -11607515 or 2482766. OLE color: 2482766.

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

Color convert

RGB 78 226 37 -
CMYK 0.65 0 0.84 0.11
HSL 106.98º 0.77% 0.52% -
HSV(B) 106.98º 0.84% 0.89% -
XYZ 30.67 56.15 10.97 -
YUV 160.2 58.47 69.37 -
System Red Green Blue C M Y K H S L
Decimal 78 226 37 0.65 0 0.84 0.11 106.98 0.77 0.52
Hex 4E E2 25 41 0 54 B 6B 4D 34
Octal 116 342 45 101 0 124 13 153 115 64
Binary 1001110 11100010 100101 1000001 0 1010100 1011 1101011 1001101 110100

Color Harmonies of #4EE225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE225

Black with #4EE225

Text Example


Text Example

White with #4EE225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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