Html Css Color HEX #4ADB42 Lime Green

📋 copy color: '#4ADB42'

red 74 ◦ green 219 ◦ blue 66

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

Shades of Lime Green #4ADB42

Tints of Lime Green #4ADB42

RGB

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

 GREEN value IS 219 (85.94% from 255) = 61%

 BLUE value IS 66 (26.17% from 255) = 18.38%

R = 20.61%
G = 61%
B = 18.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#4ADB42 (or 0x4ADB42) is known color: Lime Green. HEX triplet: 4A, DB and 42. RGB value is (74,219,66). Sum of RGB (Red+Green+Blue) = 74+219+66=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 219 (85.94% from 255 or 61.00% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADB42 is #B524BD. Grayscale: #9E9E9E. Windows color (decimal): -11871422 or 4381514. OLE color: 4381514.

HSL color Cylindrical-coordinate representation of color #4ADB42: hue angle of 116.86º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ADB42 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 219 66 -
CMYK 0.66 0 0.70 0.14
HSL 116.86º 0.68% 0.56% -
HSV(B) 116.86º 0.7% 0.86% -
XYZ 29.14 52.51 13.75 -
YUV 158.2 75.96 67.94 -
System Red Green Blue C M Y K H S L
Decimal 74 219 66 0.66 0 0.70 0.14 116.86 0.68 0.56
Hex 4A DB 42 42 0 46 E 75 44 38
Octal 112 333 102 102 0 106 16 165 104 70
Binary 1001010 11011011 1000010 1000010 0 1000110 1110 1110101 1000100 111000

Color Harmonies of #4ADB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADB42

Black with #4ADB42

Text Example


Text Example

White with #4ADB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,219,66); }

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

background-color css

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

 a { background-color: rgb(74,219,66); }

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

border-color css

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

 span { border-color: rgb(74,219,66); }

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