Html Css Color HEX #2ADC44 Lime Green

📋 copy color: '#2ADC44'

red 42 ◦ green 220 ◦ blue 68

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

Shades of Lime Green #2ADC44

Tints of Lime Green #2ADC44

RGB

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

 GREEN value IS 220 (86.33% from 255) = 66.67%

 BLUE value IS 68 (26.95% from 255) = 20.61%

R = 12.73%
G = 66.67%
B = 20.61%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#2ADC44 (or 0x2ADC44) is known color: Lime Green. HEX triplet: 2A, DC and 44. RGB value is (42,220,68). Sum of RGB (Red+Green+Blue) = 42+220+68=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 220 (86.33% from 255 or 66.67% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADC44 is #D523BB. Grayscale: #959595. Windows color (decimal): -13968316 or 4512810. OLE color: 4512810.

HSL color Cylindrical-coordinate representation of color #2ADC44: hue angle of 128.76º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADC44 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 220 68 -
CMYK 0.81 0 0.69 0.14
HSL 128.76º 0.72% 0.51% -
HSV(B) 128.76º 0.81% 0.86% -
XYZ 27.59 52.1 14.07 -
YUV 149.45 82.03 51.36 -
System Red Green Blue C M Y K H S L
Decimal 42 220 68 0.81 0 0.69 0.14 128.76 0.72 0.51
Hex 2A DC 44 51 0 45 E 81 48 33
Octal 52 334 104 121 0 105 16 201 110 63
Binary 101010 11011100 1000100 1010001 0 1000101 1110 10000001 1001000 110011

Color Harmonies of #2ADC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADC44

Black with #2ADC44

Text Example


Text Example

White with #2ADC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,220,68); }

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

background-color css

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

 a { background-color: rgb(42,220,68); }

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

border-color css

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

 span { border-color: rgb(42,220,68); }

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