Html Css Color HEX #4AF63C Lime Green

📋 copy color: '#4AF63C'

red 74 ◦ green 246 ◦ blue 60

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

Shades of Lime Green #4AF63C

Tints of Lime Green #4AF63C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 64.74%

 BLUE value IS 60 (23.83% from 255) = 15.79%

R = 19.47%
G = 64.74%
B = 15.79%

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

#4AF63C (or 0x4AF63C) is known color: Lime Green. HEX triplet: 4A, F6 and 3C. RGB value is (74,246,60). Sum of RGB (Red+Green+Blue) = 74+246+60=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 246 (96.48% from 255 or 64.74% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF63C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF63C is #B509C3. Grayscale: #ADADAD. Windows color (decimal): -11864516 or 3995210. OLE color: 3995210.

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

Color convert

RGB 74 246 60 -
CMYK 0.70 0 0.76 0.04
HSL 115.48º 0.91% 0.6% -
HSV(B) 115.48º 0.76% 0.96% -
XYZ 36.6 67.69 15.41 -
YUV 173.37 64.02 57.12 -
System Red Green Blue C M Y K H S L
Decimal 74 246 60 0.70 0 0.76 0.04 115.48 0.91 0.6
Hex 4A F6 3C 46 0 4C 4 73 5B 3C
Octal 112 366 74 106 0 114 4 163 133 74
Binary 1001010 11110110 111100 1000110 0 1001100 100 1110011 1011011 111100

Color Harmonies of #4AF63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF63C

Black with #4AF63C

Text Example


Text Example

White with #4AF63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,246,60); }

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

background-color css

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

 a { background-color: rgb(74,246,60); }

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

border-color css

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

 span { border-color: rgb(74,246,60); }

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