Html Css Color HEX #2ADC23 Lime Green

📋 copy color: '#2ADC23'

red 42 ◦ green 220 ◦ blue 35

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

Shades of Lime Green #2ADC23

Tints of Lime Green #2ADC23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.78%

R = 14.14%
G = 74.07%
B = 11.78%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#2ADC23 (or 0x2ADC23) is known color: Lime Green. HEX triplet: 2A, DC and 23. RGB value is (42,220,35). Sum of RGB (Red+Green+Blue) = 42+220+35=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 220 (86.33% from 255 or 74.07% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADC23 is #D523DC. Grayscale: #929292. Windows color (decimal): -13968349 or 2350122. OLE color: 2350122.

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

Color convert

RGB 42 220 35 -
CMYK 0.81 0 0.84 0.14
HSL 117.73º 0.73% 0.5% -
HSV(B) 117.73º 0.84% 0.86% -
XYZ 26.85 51.8 10.17 -
YUV 145.69 65.53 54.04 -
System Red Green Blue C M Y K H S L
Decimal 42 220 35 0.81 0 0.84 0.14 117.73 0.73 0.5
Hex 2A DC 23 51 0 54 E 76 49 32
Octal 52 334 43 121 0 124 16 166 111 62
Binary 101010 11011100 100011 1010001 0 1010100 1110 1110110 1001001 110010

Color Harmonies of #2ADC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADC23

Black with #2ADC23

Text Example


Text Example

White with #2ADC23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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