Html Css Color HEX #2ABD15 Lime Green

📋 copy color: '#2ABD15'

red 42 ◦ green 189 ◦ blue 21

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

Shades of Lime Green #2ABD15

Tints of Lime Green #2ABD15

RGB

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

 GREEN value IS 189 (74.22% from 255) = 75%

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 16.67%
G = 75%
B = 8.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#2ABD15 (or 0x2ABD15) is known color: Lime Green. HEX triplet: 2A, BD and 15. RGB value is (42,189,21). Sum of RGB (Red+Green+Blue) = 42+189+21=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 189 (74.22% from 255 or 75% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABD15 is #D542EA. Grayscale: #7E7E7E. Windows color (decimal): -13976299 or 1424682. OLE color: 1424682.

HSL color Cylindrical-coordinate representation of color #2ABD15: hue angle of 112.5º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2ABD15 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 189 21 -
CMYK 0.78 0 0.89 0.26
HSL 112.5º 0.8% 0.41% -
HSV(B) 112.5º 0.89% 0.74% -
XYZ 19.29 36.94 6.82 -
YUV 125.9 68.8 68.16 -
System Red Green Blue C M Y K H S L
Decimal 42 189 21 0.78 0 0.89 0.26 112.5 0.8 0.41
Hex 2A BD 15 4E 0 59 1A 70 50 29
Octal 52 275 25 116 0 131 32 160 120 51
Binary 101010 10111101 10101 1001110 0 1011001 11010 1110000 1010000 101001

Color Harmonies of #2ABD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABD15

Black with #2ABD15

Text Example


Text Example

White with #2ABD15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,189,21); }

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

background-color css

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

 a { background-color: rgb(42,189,21); }

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

border-color css

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

 span { border-color: rgb(42,189,21); }

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