Html Css Color HEX #4ADF31 Lime Green

📋 copy color: '#4ADF31'

red 74 ◦ green 223 ◦ blue 49

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

Shades of Lime Green #4ADF31

Tints of Lime Green #4ADF31

RGB

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

 GREEN value IS 223 (87.5% from 255) = 64.45%

 BLUE value IS 49 (19.53% from 255) = 14.16%

R = 21.39%
G = 64.45%
B = 14.16%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#4ADF31 (or 0x4ADF31) is known color: Lime Green. HEX triplet: 4A, DF and 31. RGB value is (74,223,49). Sum of RGB (Red+Green+Blue) = 74+223+49=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 223 (87.5% from 255 or 64.45% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADF31 is #B520CE. Grayscale: #9F9F9F. Windows color (decimal): -11870415 or 3268426. OLE color: 3268426.

HSL color Cylindrical-coordinate representation of color #4ADF31: hue angle of 111.38º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4ADF31 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 223 49 -
CMYK 0.67 0 0.78 0.13
HSL 111.38º 0.73% 0.53% -
HSV(B) 111.38º 0.78% 0.87% -
XYZ 29.77 54.45 11.85 -
YUV 158.61 66.14 67.65 -
System Red Green Blue C M Y K H S L
Decimal 74 223 49 0.67 0 0.78 0.13 111.38 0.73 0.53
Hex 4A DF 31 43 0 4E D 6F 49 35
Octal 112 337 61 103 0 116 15 157 111 65
Binary 1001010 11011111 110001 1000011 0 1001110 1101 1101111 1001001 110101

Color Harmonies of #4ADF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADF31

Black with #4ADF31

Text Example


Text Example

White with #4ADF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,223,49); }

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

background-color css

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

 a { background-color: rgb(74,223,49); }

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

border-color css

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

 span { border-color: rgb(74,223,49); }

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