Html Css Color HEX #4ADF52 Lime Green

📋 copy color: '#4ADF52'

red 74 ◦ green 223 ◦ blue 82

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

Shades of Lime Green #4ADF52

Tints of Lime Green #4ADF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.64%

R = 19.53%
G = 58.84%
B = 21.64%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#4ADF52 (or 0x4ADF52) is known color: Lime Green. HEX triplet: 4A, DF and 52. RGB value is (74,223,82). Sum of RGB (Red+Green+Blue) = 74+223+82=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 223 (87.5% from 255 or 58.84% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADF52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADF52 is #B520AD. Grayscale: #A2A2A2. Windows color (decimal): -11870382 or 5431114. OLE color: 5431114.

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

Color convert

RGB 74 223 82 -
CMYK 0.67 0 0.63 0.13
HSL 123.22º 0.7% 0.58% -
HSV(B) 123.22º 0.67% 0.87% -
XYZ 30.73 54.84 16.95 -
YUV 162.38 82.64 64.96 -
System Red Green Blue C M Y K H S L
Decimal 74 223 82 0.67 0 0.63 0.13 123.22 0.7 0.58
Hex 4A DF 52 43 0 3F D 7B 46 3A
Octal 112 337 122 103 0 77 15 173 106 72
Binary 1001010 11011111 1010010 1000011 0 111111 1101 1111011 1000110 111010

Color Harmonies of #4ADF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADF52

Black with #4ADF52

Text Example


Text Example

White with #4ADF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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