Html Css Color HEX #4AE441 Lime Green

📋 copy color: '#4AE441'

red 74 ◦ green 228 ◦ blue 65

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

Shades of Lime Green #4AE441

Tints of Lime Green #4AE441

RGB

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

 GREEN value IS 228 (89.45% from 255) = 62.13%

 BLUE value IS 65 (25.78% from 255) = 17.71%

R = 20.16%
G = 62.13%
B = 17.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#4AE441 (or 0x4AE441) is known color: Lime Green. HEX triplet: 4A, E4 and 41. RGB value is (74,228,65). Sum of RGB (Red+Green+Blue) = 74+228+65=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 228 (89.45% from 255 or 62.13% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 228 - color contains mainly: green. Hex color #4AE441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE441 is #B51BBE. Grayscale: #A3A3A3. Windows color (decimal): -11869119 or 4318282. OLE color: 4318282.

HSL color Cylindrical-coordinate representation of color #4AE441: hue angle of 116.69º degrees, saturation: 0.75, 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 #4AE441 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 74 228 65 -
CMYK 0.68 0 0.71 0.11
HSL 116.69º 0.75% 0.57% -
HSV(B) 116.69º 0.71% 0.89% -
XYZ 31.52 57.32 14.4 -
YUV 163.37 72.48 64.25 -
System Red Green Blue C M Y K H S L
Decimal 74 228 65 0.68 0 0.71 0.11 116.69 0.75 0.57
Hex 4A E4 41 44 0 47 B 75 4B 39
Octal 112 344 101 104 0 107 13 165 113 71
Binary 1001010 11100100 1000001 1000100 0 1000111 1011 1110101 1001011 111001

Color Harmonies of #4AE441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE441

Black with #4AE441

Text Example


Text Example

White with #4AE441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,228,65); }

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

background-color css

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

 a { background-color: rgb(74,228,65); }

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

border-color css

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

 span { border-color: rgb(74,228,65); }

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