Html Css Color HEX #2AC21C Lime Green

📋 copy color: '#2AC21C'

red 42 ◦ green 194 ◦ blue 28

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

Shades of Lime Green #2AC21C

Tints of Lime Green #2AC21C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 73.48%

 BLUE value IS 28 (11.33% from 255) = 10.61%

R = 15.91%
G = 73.48%
B = 10.61%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#2AC21C (or 0x2AC21C) is known color: Lime Green. HEX triplet: 2A, C2 and 1C. RGB value is (42,194,28). Sum of RGB (Red+Green+Blue) = 42+194+28=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 194 (76.17% from 255 or 73.48% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC21C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC21C is #D53DE3. Grayscale: #828282. Windows color (decimal): -13975012 or 1884714. OLE color: 1884714.

HSL color Cylindrical-coordinate representation of color #2AC21C: hue angle of 114.94º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AC21C is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 42 194 28 -
CMYK 0.78 0 0.86 0.24
HSL 114.94º 0.75% 0.44% -
HSV(B) 114.94º 0.86% 0.76% -
XYZ 20.46 39.16 7.58 -
YUV 129.63 70.64 65.5 -
System Red Green Blue C M Y K H S L
Decimal 42 194 28 0.78 0 0.86 0.24 114.94 0.75 0.44
Hex 2A C2 1C 4E 0 56 18 73 4B 2C
Octal 52 302 34 116 0 126 30 163 113 54
Binary 101010 11000010 11100 1001110 0 1010110 11000 1110011 1001011 101100

Color Harmonies of #2AC21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC21C

Black with #2AC21C

Text Example


Text Example

White with #2AC21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,194,28); }

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

background-color css

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

 a { background-color: rgb(42,194,28); }

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

border-color css

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

 span { border-color: rgb(42,194,28); }

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