Html Css Color HEX #2ABB24 Lime Green

📋 copy color: '#2ABB24'

red 42 ◦ green 187 ◦ blue 36

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

Shades of Lime Green #2ABB24

Tints of Lime Green #2ABB24

RGB

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

 GREEN value IS 187 (73.44% from 255) = 70.57%

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

R = 15.85%
G = 70.57%
B = 13.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#2ABB24 (or 0x2ABB24) is known color: Lime Green. HEX triplet: 2A, BB and 24. RGB value is (42,187,36). Sum of RGB (Red+Green+Blue) = 42+187+36=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 187 (73.44% from 255 or 70.57% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABB24 is #D544DB. Grayscale: #7E7E7E. Windows color (decimal): -13976796 or 2407210. OLE color: 2407210.

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

Color convert

RGB 42 187 36 -
CMYK 0.78 0 0.81 0.27
HSL 117.62º 0.68% 0.44% -
HSV(B) 117.62º 0.81% 0.73% -
XYZ 19.04 36.16 7.64 -
YUV 126.43 76.96 67.78 -
System Red Green Blue C M Y K H S L
Decimal 42 187 36 0.78 0 0.81 0.27 117.62 0.68 0.44
Hex 2A BB 24 4E 0 51 1B 76 44 2C
Octal 52 273 44 116 0 121 33 166 104 54
Binary 101010 10111011 100100 1001110 0 1010001 11011 1110110 1000100 101100

Color Harmonies of #2ABB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABB24

Black with #2ABB24

Text Example


Text Example

White with #2ABB24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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