Html Css Color HEX #2ADC27 Lime Green

📋 copy color: '#2ADC27'

red 42 ◦ green 220 ◦ blue 39

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

Shades of Lime Green #2ADC27

Tints of Lime Green #2ADC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.96%

R = 13.95%
G = 73.09%
B = 12.96%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#2ADC27 (or 0x2ADC27) is known color: Lime Green. HEX triplet: 2A, DC and 27. RGB value is (42,220,39). Sum of RGB (Red+Green+Blue) = 42+220+39=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 220 (86.33% from 255 or 73.09% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADC27 is #D523D8. Grayscale: #929292. Windows color (decimal): -13968345 or 2612266. OLE color: 2612266.

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

Color convert

RGB 42 220 39 -
CMYK 0.81 0 0.82 0.14
HSL 119.01º 0.72% 0.51% -
HSV(B) 119.01º 0.82% 0.86% -
XYZ 26.91 51.83 10.5 -
YUV 146.14 67.53 53.72 -
System Red Green Blue C M Y K H S L
Decimal 42 220 39 0.81 0 0.82 0.14 119.01 0.72 0.51
Hex 2A DC 27 51 0 52 E 77 48 33
Octal 52 334 47 121 0 122 16 167 110 63
Binary 101010 11011100 100111 1010001 0 1010010 1110 1110111 1001000 110011

Color Harmonies of #2ADC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADC27

Black with #2ADC27

Text Example


Text Example

White with #2ADC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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