Html Css Color HEX #4AF13E Lime Green

📋 copy color: '#4AF13E'

red 74 ◦ green 241 ◦ blue 62

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

Shades of Lime Green #4AF13E

Tints of Lime Green #4AF13E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.93%

 BLUE value IS 62 (24.61% from 255) = 16.45%

R = 19.63%
G = 63.93%
B = 16.45%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#4AF13E (or 0x4AF13E) is known color: Lime Green. HEX triplet: 4A, F1 and 3E. RGB value is (74,241,62). Sum of RGB (Red+Green+Blue) = 74+241+62=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 241 (94.53% from 255 or 63.93% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF13E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF13E is #B50EC1. Grayscale: #ABABAB. Windows color (decimal): -11865794 or 4125002. OLE color: 4125002.

HSL color Cylindrical-coordinate representation of color #4AF13E: hue angle of 115.98º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4AF13E is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 241 62 -
CMYK 0.69 0 0.74 0.05
HSL 115.98º 0.86% 0.59% -
HSV(B) 115.98º 0.74% 0.95% -
XYZ 35.15 64.71 15.2 -
YUV 170.66 66.67 59.05 -
System Red Green Blue C M Y K H S L
Decimal 74 241 62 0.69 0 0.74 0.05 115.98 0.86 0.59
Hex 4A F1 3E 45 0 4A 5 74 56 3B
Octal 112 361 76 105 0 112 5 164 126 73
Binary 1001010 11110001 111110 1000101 0 1001010 101 1110100 1010110 111011

Color Harmonies of #4AF13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF13E

Black with #4AF13E

Text Example


Text Example

White with #4AF13E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,241,62); }

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

background-color css

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

 a { background-color: rgb(74,241,62); }

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

border-color css

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

 span { border-color: rgb(74,241,62); }

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