Html Css Color HEX #2ADA3F Lime Green

📋 copy color: '#2ADA3F'

red 42 ◦ green 218 ◦ blue 63

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

Shades of Lime Green #2ADA3F

Tints of Lime Green #2ADA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.5%

R = 13%
G = 67.49%
B = 19.5%

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

#2ADA3F (or 0x2ADA3F) is known color: Lime Green. HEX triplet: 2A, DA and 3F. RGB value is (42,218,63). Sum of RGB (Red+Green+Blue) = 42+218+63=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 218 (85.55% from 255 or 67.49% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADA3F is #D525C0. Grayscale: #949494. Windows color (decimal): -13968833 or 4184618. OLE color: 4184618.

HSL color Cylindrical-coordinate representation of color #2ADA3F: hue angle of 127.16º 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 #2ADA3F is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 218 63 -
CMYK 0.81 0 0.71 0.15
HSL 127.16º 0.7% 0.51% -
HSV(B) 127.16º 0.81% 0.85% -
XYZ 26.92 50.99 13.13 -
YUV 147.71 80.19 52.6 -
System Red Green Blue C M Y K H S L
Decimal 42 218 63 0.81 0 0.71 0.15 127.16 0.7 0.51
Hex 2A DA 3F 51 0 47 F 7F 46 33
Octal 52 332 77 121 0 107 17 177 106 63
Binary 101010 11011010 111111 1010001 0 1000111 1111 1111111 1000110 110011

Color Harmonies of #2ADA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADA3F

Black with #2ADA3F

Text Example


Text Example

White with #2ADA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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