Html Css Color HEX #4AF73D Lime Green

📋 copy color: '#4AF73D'

red 74 ◦ green 247 ◦ blue 61

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

Shades of Lime Green #4AF73D

Tints of Lime Green #4AF73D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 64.66%

 BLUE value IS 61 (24.22% from 255) = 15.97%

R = 19.37%
G = 64.66%
B = 15.97%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#4AF73D (or 0x4AF73D) is known color: Lime Green. HEX triplet: 4A, F7 and 3D. RGB value is (74,247,61). Sum of RGB (Red+Green+Blue) = 74+247+61=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 247 (96.88% from 255 or 64.66% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF73D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF73D is #B508C2. Grayscale: #AEAEAE. Windows color (decimal): -11864259 or 4061002. OLE color: 4061002.

HSL color Cylindrical-coordinate representation of color #4AF73D: hue angle of 115.81º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4AF73D is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 74 247 61 -
CMYK 0.70 0 0.75 0.03
HSL 115.81º 0.92% 0.6% -
HSV(B) 115.81º 0.75% 0.97% -
XYZ 36.93 68.31 15.65 -
YUV 174.07 64.19 56.62 -
System Red Green Blue C M Y K H S L
Decimal 74 247 61 0.70 0 0.75 0.03 115.81 0.92 0.6
Hex 4A F7 3D 46 0 4B 3 74 5C 3C
Octal 112 367 75 106 0 113 3 164 134 74
Binary 1001010 11110111 111101 1000110 0 1001011 11 1110100 1011100 111100

Color Harmonies of #4AF73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF73D

Black with #4AF73D

Text Example


Text Example

White with #4AF73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,247,61); }

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

background-color css

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

 a { background-color: rgb(74,247,61); }

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

border-color css

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

 span { border-color: rgb(74,247,61); }

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