Html Css Color HEX #4AD04B Lime Green

📋 copy color: '#4AD04B'

red 74 ◦ green 208 ◦ blue 75

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

Shades of Lime Green #4AD04B

Tints of Lime Green #4AD04B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.26%

 BLUE value IS 75 (29.69% from 255) = 21.01%

R = 20.73%
G = 58.26%
B = 21.01%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#4AD04B (or 0x4AD04B) is known color: Lime Green. HEX triplet: 4A, D0 and 4B. RGB value is (74,208,75). Sum of RGB (Red+Green+Blue) = 74+208+75=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 208 (81.64% from 255 or 58.26% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD04B is #B52FB4. Grayscale: #999999. Windows color (decimal): -11874229 or 4968522. OLE color: 4968522.

HSL color Cylindrical-coordinate representation of color #4AD04B: hue angle of 120.45º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD04B is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 208 75 -
CMYK 0.64 0 0.64 0.18
HSL 120.45º 0.59% 0.55% -
HSV(B) 120.45º 0.64% 0.82% -
XYZ 26.65 47.08 14.34 -
YUV 152.77 84.11 71.81 -
System Red Green Blue C M Y K H S L
Decimal 74 208 75 0.64 0 0.64 0.18 120.45 0.59 0.55
Hex 4A D0 4B 40 0 40 12 78 3B 37
Octal 112 320 113 100 0 100 22 170 73 67
Binary 1001010 11010000 1001011 1000000 0 1000000 10010 1111000 111011 110111

Color Harmonies of #4AD04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD04B

Black with #4AD04B

Text Example


Text Example

White with #4AD04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,208,75); }

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

background-color css

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

 a { background-color: rgb(74,208,75); }

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

border-color css

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

 span { border-color: rgb(74,208,75); }

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