Html Css Color HEX #2ADA40 Lime Green

📋 copy color: '#2ADA40'

red 42 ◦ green 218 ◦ blue 64

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

Shades of Lime Green #2ADA40

Tints of Lime Green #2ADA40

RGB

 RED value IS 42 (16.8% from 255) = 12.96%

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

 BLUE value IS 64 (25.39% from 255) = 19.75%

R = 12.96%
G = 67.28%
B = 19.75%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#2ADA40 (or 0x2ADA40) is known color: Lime Green. HEX triplet: 2A, DA and 40. RGB value is (42,218,64). Sum of RGB (Red+Green+Blue) = 42+218+64=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 218 (85.55% from 255 or 67.28% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADA40 is #D525BF. Grayscale: #949494. Windows color (decimal): -13968832 or 4250154. OLE color: 4250154.

HSL color Cylindrical-coordinate representation of color #2ADA40: hue angle of 127.5º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADA40 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 218 64 -
CMYK 0.81 0 0.71 0.15
HSL 127.5º 0.7% 0.51% -
HSV(B) 127.5º 0.81% 0.85% -
XYZ 26.95 51.01 13.27 -
YUV 147.82 80.69 52.52 -
System Red Green Blue C M Y K H S L
Decimal 42 218 64 0.81 0 0.71 0.15 127.5 0.7 0.51
Hex 2A DA 40 51 0 47 F 80 46 33
Octal 52 332 100 121 0 107 17 200 106 63
Binary 101010 11011010 1000000 1010001 0 1000111 1111 10000000 1000110 110011

Color Harmonies of #2ADA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADA40

Black with #2ADA40

Text Example


Text Example

White with #2ADA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ADA40; }

 p { color: rgb(42,218,64); }

 H1.HeaderClassName
 {
   color: #2ADA40;
 }
 .AnyTagClassName
 {
   color: #2ADA40;
 }
</style>

background-color css

<style>
 a { background-color: #2ADA40; }

 a { background-color: rgb(42,218,64); }

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

border-color css

<style>
 span { border-color: #2ADA40; }

 span { border-color: rgb(42,218,64); }

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