#4AE926

Color #4AE926 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #4AE926

Tints of Lime Green #4AE926

Color information

#4AE926 (or 0x4AE926) is unknown color: approx Lime Green. HEX triplet: 4A, E9 and 26. RGB value is (74,233,38). Sum of RGB (Red+Green+Blue) = 74+233+38=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 233 (91.41% from 255 or 67.54% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 233 - color contains mainly: green. Hex color #4AE926 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE926 is #B516D9. Grayscale: #A3A3A3. Windows color (decimal): -11867866 or 2550090. OLE color: 2550090.

HSL color Cylindrical-coordinate representation of color #4AE926: hue angle of 108.92º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4AE926 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB7423338-
CMYK0.6800.840.09
HSL108.92º81.59%53.14%-
HSV(B)108.92º83.69%91.37%-
XYZ32.3159.8711.69-
YUV163.2357.3264.36-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.45%
GREEN value IS 233 (91.41% from 255) = 67.54%
BLUE value IS 38 (15.23% from 255) = 11.01%
R=21.45%
G=67.54%
B=11.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal74233380.6800.840.09108.9281.5953.14
Hex4AE9264405496d5235
Octal1123514610401241115512265
Binary100101011101001100110100010001010100100111011011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4AE926;
 }
 .AnyTagClassName
 {
   color: #4AE926;
 }
</style>
background-color css

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

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

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

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

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

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