Html Css Color HEX #2ADA41 Lime Green

📋 copy color: '#2ADA41'

red 42 ◦ green 218 ◦ blue 65

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

Shades of Lime Green #2ADA41

Tints of Lime Green #2ADA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20%

R = 12.92%
G = 67.08%
B = 20%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#2ADA41 (or 0x2ADA41) is known color: Lime Green. HEX triplet: 2A, DA and 41. RGB value is (42,218,65). Sum of RGB (Red+Green+Blue) = 42+218+65=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 218 (85.55% from 255 or 67.08% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADA41 is #D525BE. Grayscale: #949494. Windows color (decimal): -13968831 or 4315690. OLE color: 4315690.

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

Color convert

RGB 42 218 65 -
CMYK 0.81 0 0.70 0.15
HSL 127.84º 0.7% 0.51% -
HSV(B) 127.84º 0.81% 0.85% -
XYZ 26.98 51.02 13.43 -
YUV 147.93 81.19 52.44 -
System Red Green Blue C M Y K H S L
Decimal 42 218 65 0.81 0 0.70 0.15 127.84 0.7 0.51
Hex 2A DA 41 51 0 46 F 80 46 33
Octal 52 332 101 121 0 106 17 200 106 63
Binary 101010 11011010 1000001 1010001 0 1000110 1111 10000000 1000110 110011

Color Harmonies of #2ADA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADA41

Black with #2ADA41

Text Example


Text Example

White with #2ADA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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