Html Css Color HEX #2AB21C Lime Green

📋 copy color: '#2AB21C'

red 42 ◦ green 178 ◦ blue 28

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

Shades of Lime Green #2AB21C

Tints of Lime Green #2AB21C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 71.77%

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

R = 16.94%
G = 71.77%
B = 11.29%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#2AB21C (or 0x2AB21C) is known color: Lime Green. HEX triplet: 2A, B2 and 1C. RGB value is (42,178,28). Sum of RGB (Red+Green+Blue) = 42+178+28=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 178 (69.92% from 255 or 71.77% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB21C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB21C is #D54DE3. Grayscale: #787878. Windows color (decimal): -13979108 or 1880618. OLE color: 1880618.

HSL color Cylindrical-coordinate representation of color #2AB21C: hue angle of 114.4º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AB21C is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 178 28 -
CMYK 0.76 0 0.84 0.30
HSL 114.4º 0.73% 0.4% -
HSV(B) 114.4º 0.84% 0.7% -
XYZ 17.08 32.42 6.46 -
YUV 120.24 75.94 72.2 -
System Red Green Blue C M Y K H S L
Decimal 42 178 28 0.76 0 0.84 0.30 114.4 0.73 0.4
Hex 2A B2 1C 4C 0 54 1E 72 49 28
Octal 52 262 34 114 0 124 36 162 111 50
Binary 101010 10110010 11100 1001100 0 1010100 11110 1110010 1001001 101000

Color Harmonies of #2AB21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB21C

Black with #2AB21C

Text Example


Text Example

White with #2AB21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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