Html Css Color HEX #4ADA4B Lime Green

📋 copy color: '#4ADA4B'

red 74 ◦ green 218 ◦ blue 75

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

Shades of Lime Green #4ADA4B

Tints of Lime Green #4ADA4B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 59.4%

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

R = 20.16%
G = 59.4%
B = 20.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#4ADA4B (or 0x4ADA4B) is known color: Lime Green. HEX triplet: 4A, DA and 4B. RGB value is (74,218,75). Sum of RGB (Red+Green+Blue) = 74+218+75=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 218 (85.55% from 255 or 59.40% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADA4B is #B525B4. Grayscale: #9F9F9F. Windows color (decimal): -11871669 or 4971082. OLE color: 4971082.

HSL color Cylindrical-coordinate representation of color #4ADA4B: hue angle of 120.42º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADA4B is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 218 75 -
CMYK 0.66 0 0.66 0.15
HSL 120.42º 0.66% 0.57% -
HSV(B) 120.42º 0.66% 0.85% -
XYZ 29.17 52.11 15.18 -
YUV 158.64 80.79 67.63 -
System Red Green Blue C M Y K H S L
Decimal 74 218 75 0.66 0 0.66 0.15 120.42 0.66 0.57
Hex 4A DA 4B 42 0 42 F 78 42 39
Octal 112 332 113 102 0 102 17 170 102 71
Binary 1001010 11011010 1001011 1000010 0 1000010 1111 1111000 1000010 111001

Color Harmonies of #4ADA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADA4B

Black with #4ADA4B

Text Example


Text Example

White with #4ADA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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