Html Css Color HEX #4AE322 Lime Green

📋 copy color: '#4AE322'

red 74 ◦ green 227 ◦ blue 34

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

Shades of Lime Green #4AE322

Tints of Lime Green #4AE322

RGB

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

 GREEN value IS 227 (89.06% from 255) = 67.76%

 BLUE value IS 34 (13.67% from 255) = 10.15%

R = 22.09%
G = 67.76%
B = 10.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#4AE322 (or 0x4AE322) is known color: Lime Green. HEX triplet: 4A, E3 and 22. RGB value is (74,227,34). Sum of RGB (Red+Green+Blue) = 74+227+34=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 227 (89.06% from 255 or 67.76% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 227 - color contains mainly: green. Hex color #4AE322 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE322 is #B51CDD. Grayscale: #9F9F9F. Windows color (decimal): -11869406 or 2286410. OLE color: 2286410.

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

Color convert

RGB 74 227 34 -
CMYK 0.67 0 0.85 0.11
HSL 107.56º 0.78% 0.51% -
HSV(B) 107.56º 0.85% 0.89% -
XYZ 30.58 56.51 10.81 -
YUV 159.25 57.31 67.19 -
System Red Green Blue C M Y K H S L
Decimal 74 227 34 0.67 0 0.85 0.11 107.56 0.78 0.51
Hex 4A E3 22 43 0 55 B 6C 4E 33
Octal 112 343 42 103 0 125 13 154 116 63
Binary 1001010 11100011 100010 1000011 0 1010101 1011 1101100 1001110 110011

Color Harmonies of #4AE322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE322

Black with #4AE322

Text Example


Text Example

White with #4AE322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,227,34); }

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

background-color css

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

 a { background-color: rgb(74,227,34); }

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

border-color css

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

 span { border-color: rgb(74,227,34); }

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