Html Css Color HEX #4AEC42 Lime Green

📋 copy color: '#4AEC42'

red 74 ◦ green 236 ◦ blue 66

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

Shades of Lime Green #4AEC42

Tints of Lime Green #4AEC42

RGB

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

 GREEN value IS 236 (92.58% from 255) = 62.77%

 BLUE value IS 66 (26.17% from 255) = 17.55%

R = 19.68%
G = 62.77%
B = 17.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#4AEC42 (or 0x4AEC42) is known color: Lime Green. HEX triplet: 4A, EC and 42. RGB value is (74,236,66). Sum of RGB (Red+Green+Blue) = 74+236+66=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 236 (92.58% from 255 or 62.77% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 236 - color contains mainly: green. Hex color #4AEC42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AEC42 is #B513BD. Grayscale: #A8A8A8. Windows color (decimal): -11867070 or 4385866. OLE color: 4385866.

HSL color Cylindrical-coordinate representation of color #4AEC42: hue angle of 117.18º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4AEC42 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 236 66 -
CMYK 0.69 0 0.72 0.07
HSL 117.18º 0.82% 0.59% -
HSV(B) 117.18º 0.72% 0.93% -
XYZ 33.8 61.84 15.31 -
YUV 168.18 70.33 60.82 -
System Red Green Blue C M Y K H S L
Decimal 74 236 66 0.69 0 0.72 0.07 117.18 0.82 0.59
Hex 4A EC 42 45 0 48 7 75 52 3B
Octal 112 354 102 105 0 110 7 165 122 73
Binary 1001010 11101100 1000010 1000101 0 1001000 111 1110101 1010010 111011

Color Harmonies of #4AEC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEC42

Black with #4AEC42

Text Example


Text Example

White with #4AEC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,236,66); }

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

background-color css

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

 a { background-color: rgb(74,236,66); }

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

border-color css

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

 span { border-color: rgb(74,236,66); }

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