Html Css Color HEX #4ADE2D Lime Green

📋 copy color: '#4ADE2D'

red 74 ◦ green 222 ◦ blue 45

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

Shades of Lime Green #4ADE2D

Tints of Lime Green #4ADE2D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 65.1%

 BLUE value IS 45 (17.97% from 255) = 13.2%

R = 21.7%
G = 65.1%
B = 13.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#4ADE2D (or 0x4ADE2D) is known color: Lime Green. HEX triplet: 4A, DE and 2D. RGB value is (74,222,45). Sum of RGB (Red+Green+Blue) = 74+222+45=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 222 (87.11% from 255 or 65.10% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADE2D is #B521D2. Grayscale: #9E9E9E. Windows color (decimal): -11870675 or 3006026. OLE color: 3006026.

HSL color Cylindrical-coordinate representation of color #4ADE2D: hue angle of 110.17º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4ADE2D is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 222 45 -
CMYK 0.67 0 0.80 0.13
HSL 110.17º 0.73% 0.52% -
HSV(B) 110.17º 0.8% 0.87% -
XYZ 29.42 53.89 11.33 -
YUV 157.57 64.47 68.39 -
System Red Green Blue C M Y K H S L
Decimal 74 222 45 0.67 0 0.80 0.13 110.17 0.73 0.52
Hex 4A DE 2D 43 0 50 D 6E 49 34
Octal 112 336 55 103 0 120 15 156 111 64
Binary 1001010 11011110 101101 1000011 0 1010000 1101 1101110 1001001 110100

Color Harmonies of #4ADE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADE2D

Black with #4ADE2D

Text Example


Text Example

White with #4ADE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,222,45); }

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

background-color css

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

 a { background-color: rgb(74,222,45); }

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

border-color css

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

 span { border-color: rgb(74,222,45); }

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