Html Css Color HEX #4AE226 Lime Green

📋 copy color: '#4AE226'

red 74 ◦ green 226 ◦ blue 38

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

Shades of Lime Green #4AE226

Tints of Lime Green #4AE226

RGB

 RED value IS 74 (29.3% from 255) = 21.89%

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

 BLUE value IS 38 (15.23% from 255) = 11.24%

R = 21.89%
G = 66.86%
B = 11.24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#4AE226 (or 0x4AE226) is known color: Lime Green. HEX triplet: 4A, E2 and 26. RGB value is (74,226,38). Sum of RGB (Red+Green+Blue) = 74+226+38=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 226 (88.67% from 255 or 66.86% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 226 - color contains mainly: green. Hex color #4AE226 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE226 is #B51DD9. Grayscale: #9F9F9F. Windows color (decimal): -11869658 or 2548298. OLE color: 2548298.

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

Color convert

RGB 74 226 38 -
CMYK 0.67 0 0.83 0.11
HSL 108.51º 0.76% 0.52% -
HSV(B) 108.51º 0.83% 0.89% -
XYZ 30.37 55.99 11.04 -
YUV 159.12 59.64 67.29 -
System Red Green Blue C M Y K H S L
Decimal 74 226 38 0.67 0 0.83 0.11 108.51 0.76 0.52
Hex 4A E2 26 43 0 53 B 6D 4C 34
Octal 112 342 46 103 0 123 13 155 114 64
Binary 1001010 11100010 100110 1000011 0 1010011 1011 1101101 1001100 110100

Color Harmonies of #4AE226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE226

Black with #4AE226

Text Example


Text Example

White with #4AE226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,226,38); }

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

background-color css

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

 a { background-color: rgb(74,226,38); }

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

border-color css

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

 span { border-color: rgb(74,226,38); }

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