Html Css Color HEX #4AD03B Lime Green

📋 copy color: '#4AD03B'

red 74 ◦ green 208 ◦ blue 59

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

Shades of Lime Green #4AD03B

Tints of Lime Green #4AD03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.3%

R = 21.7%
G = 61%
B = 17.3%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#4AD03B (or 0x4AD03B) is known color: Lime Green. HEX triplet: 4A, D0 and 3B. RGB value is (74,208,59). Sum of RGB (Red+Green+Blue) = 74+208+59=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD03B is #B52FC4. Grayscale: #979797. Windows color (decimal): -11874245 or 3919946. OLE color: 3919946.

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

Color convert

RGB 74 208 59 -
CMYK 0.64 0 0.72 0.18
HSL 113.96º 0.61% 0.52% -
HSV(B) 113.96º 0.72% 0.82% -
XYZ 26.17 46.88 11.81 -
YUV 150.95 76.11 73.12 -
System Red Green Blue C M Y K H S L
Decimal 74 208 59 0.64 0 0.72 0.18 113.96 0.61 0.52
Hex 4A D0 3B 40 0 48 12 72 3D 34
Octal 112 320 73 100 0 110 22 162 75 64
Binary 1001010 11010000 111011 1000000 0 1001000 10010 1110010 111101 110100

Color Harmonies of #4AD03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD03B

Black with #4AD03B

Text Example


Text Example

White with #4AD03B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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