Html Css Color HEX #4ADA2E Lime Green

📋 copy color: '#4ADA2E'

red 74 ◦ green 218 ◦ blue 46

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

Shades of Lime Green #4ADA2E

Tints of Lime Green #4ADA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.61%

R = 21.89%
G = 64.5%
B = 13.61%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#4ADA2E (or 0x4ADA2E) is known color: Lime Green. HEX triplet: 4A, DA and 2E. RGB value is (74,218,46). Sum of RGB (Red+Green+Blue) = 74+218+46=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 218 (85.55% from 255 or 64.50% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADA2E is #B525D1. Grayscale: #9B9B9B. Windows color (decimal): -11871698 or 3070538. OLE color: 3070538.

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

Color convert

RGB 74 218 46 -
CMYK 0.66 0 0.79 0.15
HSL 110.23º 0.7% 0.52% -
HSV(B) 110.23º 0.79% 0.85% -
XYZ 28.39 51.8 11.09 -
YUV 155.34 66.29 69.99 -
System Red Green Blue C M Y K H S L
Decimal 74 218 46 0.66 0 0.79 0.15 110.23 0.7 0.52
Hex 4A DA 2E 42 0 4F F 6E 46 34
Octal 112 332 56 102 0 117 17 156 106 64
Binary 1001010 11011010 101110 1000010 0 1001111 1111 1101110 1000110 110100

Color Harmonies of #4ADA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADA2E

Black with #4ADA2E

Text Example


Text Example

White with #4ADA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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