Html Css Color HEX #2ABE24 Lime Green

📋 copy color: '#2ABE24'

red 42 ◦ green 190 ◦ blue 36

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

Shades of Lime Green #2ABE24

Tints of Lime Green #2ABE24

RGB

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

 GREEN value IS 190 (74.61% from 255) = 70.9%

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

R = 15.67%
G = 70.9%
B = 13.43%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#2ABE24 (or 0x2ABE24) is known color: Lime Green. HEX triplet: 2A, BE and 24. RGB value is (42,190,36). Sum of RGB (Red+Green+Blue) = 42+190+36=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 190 (74.61% from 255 or 70.90% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABE24 is #D541DB. Grayscale: #808080. Windows color (decimal): -13976028 or 2407978. OLE color: 2407978.

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

Color convert

RGB 42 190 36 -
CMYK 0.78 0 0.81 0.25
HSL 117.66º 0.68% 0.44% -
HSV(B) 117.66º 0.81% 0.75% -
XYZ 19.69 37.45 7.86 -
YUV 128.19 75.97 66.52 -
System Red Green Blue C M Y K H S L
Decimal 42 190 36 0.78 0 0.81 0.25 117.66 0.68 0.44
Hex 2A BE 24 4E 0 51 19 76 44 2C
Octal 52 276 44 116 0 121 31 166 104 54
Binary 101010 10111110 100100 1001110 0 1010001 11001 1110110 1000100 101100

Color Harmonies of #2ABE24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABE24

Black with #2ABE24

Text Example


Text Example

White with #2ABE24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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