Html Css Color HEX #4AE448 Lime Green

📋 copy color: '#4AE448'

red 74 ◦ green 228 ◦ blue 72

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

Shades of Lime Green #4AE448

Tints of Lime Green #4AE448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.25%

R = 19.79%
G = 60.96%
B = 19.25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#4AE448 (or 0x4AE448) is known color: Lime Green. HEX triplet: 4A, E4 and 48. RGB value is (74,228,72). Sum of RGB (Red+Green+Blue) = 74+228+72=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 228 (89.45% from 255 or 60.96% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 228 - color contains mainly: green. Hex color #4AE448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE448 is #B51BB7. Grayscale: #A4A4A4. Windows color (decimal): -11869112 or 4777034. OLE color: 4777034.

HSL color Cylindrical-coordinate representation of color #4AE448: hue angle of 119.23º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE448 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 74 228 72 -
CMYK 0.68 0 0.68 0.11
HSL 119.23º 0.74% 0.59% -
HSV(B) 119.23º 0.68% 0.89% -
XYZ 31.74 57.41 15.54 -
YUV 164.17 75.98 63.68 -
System Red Green Blue C M Y K H S L
Decimal 74 228 72 0.68 0 0.68 0.11 119.23 0.74 0.59
Hex 4A E4 48 44 0 44 B 77 4A 3B
Octal 112 344 110 104 0 104 13 167 112 73
Binary 1001010 11100100 1001000 1000100 0 1000100 1011 1110111 1001010 111011

Color Harmonies of #4AE448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE448

Black with #4AE448

Text Example


Text Example

White with #4AE448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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