Html Css Color HEX #2ABD24 Lime Green

📋 copy color: '#2ABD24'

red 42 ◦ green 189 ◦ blue 36

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

Shades of Lime Green #2ABD24

Tints of Lime Green #2ABD24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.48%

R = 15.73%
G = 70.79%
B = 13.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#2ABD24 (or 0x2ABD24) is known color: Lime Green. HEX triplet: 2A, BD and 24. RGB value is (42,189,36). Sum of RGB (Red+Green+Blue) = 42+189+36=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 189 (74.22% from 255 or 70.79% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABD24 is #D542DB. Grayscale: #808080. Windows color (decimal): -13976284 or 2407722. OLE color: 2407722.

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

Color convert

RGB 42 189 36 -
CMYK 0.78 0 0.81 0.26
HSL 117.65º 0.68% 0.44% -
HSV(B) 117.65º 0.81% 0.74% -
XYZ 19.47 37.01 7.79 -
YUV 127.61 76.3 66.94 -
System Red Green Blue C M Y K H S L
Decimal 42 189 36 0.78 0 0.81 0.26 117.65 0.68 0.44
Hex 2A BD 24 4E 0 51 1A 76 44 2C
Octal 52 275 44 116 0 121 32 166 104 54
Binary 101010 10111101 100100 1001110 0 1010001 11010 1110110 1000100 101100

Color Harmonies of #2ABD24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABD24

Black with #2ABD24

Text Example


Text Example

White with #2ABD24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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