Html Css Color HEX #2ABB1D Lime Green

📋 copy color: '#2ABB1D'

red 42 ◦ green 187 ◦ blue 29

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

Shades of Lime Green #2ABB1D

Tints of Lime Green #2ABB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 16.28%
G = 72.48%
B = 11.24%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#2ABB1D (or 0x2ABB1D) is known color: Lime Green. HEX triplet: 2A, BB and 1D. RGB value is (42,187,29). Sum of RGB (Red+Green+Blue) = 42+187+29=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 187 (73.44% from 255 or 72.48% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABB1D is #D544E2. Grayscale: #7E7E7E. Windows color (decimal): -13976803 or 1948458. OLE color: 1948458.

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

Color convert

RGB 42 187 29 -
CMYK 0.78 0 0.84 0.27
HSL 115.06º 0.73% 0.42% -
HSV(B) 115.06º 0.84% 0.73% -
XYZ 18.95 36.12 7.14 -
YUV 125.63 73.46 68.35 -
System Red Green Blue C M Y K H S L
Decimal 42 187 29 0.78 0 0.84 0.27 115.06 0.73 0.42
Hex 2A BB 1D 4E 0 54 1B 73 49 2A
Octal 52 273 35 116 0 124 33 163 111 52
Binary 101010 10111011 11101 1001110 0 1010100 11011 1110011 1001001 101010

Color Harmonies of #2ABB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABB1D

Black with #2ABB1D

Text Example


Text Example

White with #2ABB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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