Html Css Color HEX #4AF037 Lime Green

📋 copy color: '#4AF037'

red 74 ◦ green 240 ◦ blue 55

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

Shades of Lime Green #4AF037

Tints of Lime Green #4AF037

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.04%

 BLUE value IS 55 (21.88% from 255) = 14.91%

R = 20.05%
G = 65.04%
B = 14.91%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#4AF037 (or 0x4AF037) is known color: Lime Green. HEX triplet: 4A, F0 and 37. RGB value is (74,240,55). Sum of RGB (Red+Green+Blue) = 74+240+55=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 240 (94.14% from 255 or 65.04% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF037 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF037 is #B50FC8. Grayscale: #A9A9A9. Windows color (decimal): -11866057 or 3665994. OLE color: 3665994.

HSL color Cylindrical-coordinate representation of color #4AF037: hue angle of 113.84º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4AF037 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 240 55 -
CMYK 0.69 0 0.77 0.06
HSL 113.84º 0.86% 0.58% -
HSV(B) 113.84º 0.77% 0.94% -
XYZ 34.67 64.05 14.15 -
YUV 169.28 63.5 60.04 -
System Red Green Blue C M Y K H S L
Decimal 74 240 55 0.69 0 0.77 0.06 113.84 0.86 0.58
Hex 4A F0 37 45 0 4D 6 72 56 3A
Octal 112 360 67 105 0 115 6 162 126 72
Binary 1001010 11110000 110111 1000101 0 1001101 110 1110010 1010110 111010

Color Harmonies of #4AF037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF037

Black with #4AF037

Text Example


Text Example

White with #4AF037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,240,55); }

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

background-color css

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

 a { background-color: rgb(74,240,55); }

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

border-color css

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

 span { border-color: rgb(74,240,55); }

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