Html Css Color HEX #4AE525 Lime Green

📋 copy color: '#4AE525'

red 74 ◦ green 229 ◦ blue 37

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

Shades of Lime Green #4AE525

Tints of Lime Green #4AE525

RGB

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

 GREEN value IS 229 (89.84% from 255) = 67.35%

 BLUE value IS 37 (14.84% from 255) = 10.88%

R = 21.76%
G = 67.35%
B = 10.88%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#4AE525 (or 0x4AE525) is known color: Lime Green. HEX triplet: 4A, E5 and 25. RGB value is (74,229,37). Sum of RGB (Red+Green+Blue) = 74+229+37=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 229 (89.84% from 255 or 67.35% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE525 is #B51ADA. Grayscale: #A1A1A1. Windows color (decimal): -11868891 or 2483530. OLE color: 2483530.

HSL color Cylindrical-coordinate representation of color #4AE525: hue angle of 108.44º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4AE525 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 74 229 37 -
CMYK 0.68 0 0.84 0.10
HSL 108.44º 0.79% 0.52% -
HSV(B) 108.44º 0.84% 0.9% -
XYZ 31.18 57.63 11.23 -
YUV 160.77 58.15 66.11 -
System Red Green Blue C M Y K H S L
Decimal 74 229 37 0.68 0 0.84 0.10 108.44 0.79 0.52
Hex 4A E5 25 44 0 54 A 6C 4F 34
Octal 112 345 45 104 0 124 12 154 117 64
Binary 1001010 11100101 100101 1000100 0 1010100 1010 1101100 1001111 110100

Color Harmonies of #4AE525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE525

Black with #4AE525

Text Example


Text Example

White with #4AE525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,229,37); }

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

background-color css

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

 a { background-color: rgb(74,229,37); }

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

border-color css

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

 span { border-color: rgb(74,229,37); }

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