Html Css Color HEX #4AE82D Lime Green

📋 copy color: '#4AE82D'

red 74 ◦ green 232 ◦ blue 45

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

Shades of Lime Green #4AE82D

Tints of Lime Green #4AE82D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 66.1%

 BLUE value IS 45 (17.97% from 255) = 12.82%

R = 21.08%
G = 66.1%
B = 12.82%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#4AE82D (or 0x4AE82D) is known color: Lime Green. HEX triplet: 4A, E8 and 2D. RGB value is (74,232,45). Sum of RGB (Red+Green+Blue) = 74+232+45=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 232 (91.02% from 255 or 66.10% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 232 - color contains mainly: green. Hex color #4AE82D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE82D is #B517D2. Grayscale: #A4A4A4. Windows color (decimal): -11868115 or 3008586. OLE color: 3008586.

HSL color Cylindrical-coordinate representation of color #4AE82D: hue angle of 110.7º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4AE82D is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 74 232 45 -
CMYK 0.68 0 0.81 0.09
HSL 110.7º 0.8% 0.54% -
HSV(B) 110.7º 0.81% 0.91% -
XYZ 32.15 59.36 12.25 -
YUV 163.44 61.15 64.21 -
System Red Green Blue C M Y K H S L
Decimal 74 232 45 0.68 0 0.81 0.09 110.7 0.8 0.54
Hex 4A E8 2D 44 0 51 9 6F 50 36
Octal 112 350 55 104 0 121 11 157 120 66
Binary 1001010 11101000 101101 1000100 0 1010001 1001 1101111 1010000 110110

Color Harmonies of #4AE82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE82D

Black with #4AE82D

Text Example


Text Example

White with #4AE82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,232,45); }

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

background-color css

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

 a { background-color: rgb(74,232,45); }

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

border-color css

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

 span { border-color: rgb(74,232,45); }

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