Html Css Color HEX #4AE250 Lime Green

📋 copy color: '#4AE250'

red 74 ◦ green 226 ◦ blue 80

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

Shades of Lime Green #4AE250

Tints of Lime Green #4AE250

RGB

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

 GREEN value IS 226 (88.67% from 255) = 59.47%

 BLUE value IS 80 (31.64% from 255) = 21.05%

R = 19.47%
G = 59.47%
B = 21.05%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#4AE250 (or 0x4AE250) is known color: Lime Green. HEX triplet: 4A, E2 and 50. RGB value is (74,226,80). Sum of RGB (Red+Green+Blue) = 74+226+80=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 226 (88.67% from 255 or 59.47% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 226 - color contains mainly: green. Hex color #4AE250 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE250 is #B51DAF. Grayscale: #A4A4A4. Windows color (decimal): -11869616 or 5300810. OLE color: 5300810.

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

Color convert

RGB 74 226 80 -
CMYK 0.67 0 0.65 0.11
HSL 122.37º 0.72% 0.59% -
HSV(B) 122.37º 0.67% 0.89% -
XYZ 31.47 56.43 16.82 -
YUV 163.91 80.64 63.87 -
System Red Green Blue C M Y K H S L
Decimal 74 226 80 0.67 0 0.65 0.11 122.37 0.72 0.59
Hex 4A E2 50 43 0 41 B 7A 48 3B
Octal 112 342 120 103 0 101 13 172 110 73
Binary 1001010 11100010 1010000 1000011 0 1000001 1011 1111010 1001000 111011

Color Harmonies of #4AE250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE250

Black with #4AE250

Text Example


Text Example

White with #4AE250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,226,80); }

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

background-color css

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

 a { background-color: rgb(74,226,80); }

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

border-color css

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

 span { border-color: rgb(74,226,80); }

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