Html Css Color HEX #4AEA42 Lime Green

📋 copy color: '#4AEA42'

red 74 ◦ green 234 ◦ blue 66

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

Shades of Lime Green #4AEA42

Tints of Lime Green #4AEA42

RGB

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

 GREEN value IS 234 (91.8% from 255) = 62.57%

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

R = 19.79%
G = 62.57%
B = 17.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#4AEA42 (or 0x4AEA42) is known color: Lime Green. HEX triplet: 4A, EA and 42. RGB value is (74,234,66). Sum of RGB (Red+Green+Blue) = 74+234+66=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 234 (91.80% from 255 or 62.57% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEA42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AEA42 is #B515BD. Grayscale: #A7A7A7. Windows color (decimal): -11867582 or 4385354. OLE color: 4385354.

HSL color Cylindrical-coordinate representation of color #4AEA42: hue angle of 117.14º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4AEA42 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 234 66 -
CMYK 0.68 0 0.72 0.08
HSL 117.14º 0.8% 0.59% -
HSV(B) 117.14º 0.72% 0.92% -
XYZ 33.23 60.69 15.12 -
YUV 167.01 70.99 61.66 -
System Red Green Blue C M Y K H S L
Decimal 74 234 66 0.68 0 0.72 0.08 117.14 0.8 0.59
Hex 4A EA 42 44 0 48 8 75 50 3B
Octal 112 352 102 104 0 110 10 165 120 73
Binary 1001010 11101010 1000010 1000100 0 1001000 1000 1110101 1010000 111011

Color Harmonies of #4AEA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEA42

Black with #4AEA42

Text Example


Text Example

White with #4AEA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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