Html Css Color HEX #4AF53A Lime Green

📋 copy color: '#4AF53A'

red 74 ◦ green 245 ◦ blue 58

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

Shades of Lime Green #4AF53A

Tints of Lime Green #4AF53A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 64.99%

 BLUE value IS 58 (23.05% from 255) = 15.38%

R = 19.63%
G = 64.99%
B = 15.38%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#4AF53A (or 0x4AF53A) is known color: Lime Green. HEX triplet: 4A, F5 and 3A. RGB value is (74,245,58). Sum of RGB (Red+Green+Blue) = 74+245+58=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 245 (96.09% from 255 or 64.99% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 245 - color contains mainly: green. Hex color #4AF53A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF53A is #B50AC5. Grayscale: #ADADAD. Windows color (decimal): -11864774 or 3863882. OLE color: 3863882.

HSL color Cylindrical-coordinate representation of color #4AF53A: hue angle of 114.87º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4AF53A is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 74 245 58 -
CMYK 0.70 0 0.76 0.04
HSL 114.87º 0.9% 0.59% -
HSV(B) 114.87º 0.76% 0.96% -
XYZ 36.24 67.07 15.04 -
YUV 172.55 63.35 57.71 -
System Red Green Blue C M Y K H S L
Decimal 74 245 58 0.70 0 0.76 0.04 114.87 0.9 0.59
Hex 4A F5 3A 46 0 4C 4 73 5A 3B
Octal 112 365 72 106 0 114 4 163 132 73
Binary 1001010 11110101 111010 1000110 0 1001100 100 1110011 1011010 111011

Color Harmonies of #4AF53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF53A

Black with #4AF53A

Text Example


Text Example

White with #4AF53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,245,58); }

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

background-color css

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

 a { background-color: rgb(74,245,58); }

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

border-color css

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

 span { border-color: rgb(74,245,58); }

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