Html Css Color HEX #2ABB1B Lime Green

📋 copy color: '#2ABB1B'

red 42 ◦ green 187 ◦ blue 27

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

Shades of Lime Green #2ABB1B

Tints of Lime Green #2ABB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.55%

R = 16.41%
G = 73.05%
B = 10.55%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#2ABB1B (or 0x2ABB1B) is known color: Lime Green. HEX triplet: 2A, BB and 1B. RGB value is (42,187,27). Sum of RGB (Red+Green+Blue) = 42+187+27=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 187 (73.44% from 255 or 73.05% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABB1B is #D544E4. Grayscale: #7D7D7D. Windows color (decimal): -13976805 or 1817386. OLE color: 1817386.

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

Color convert

RGB 42 187 27 -
CMYK 0.78 0 0.86 0.27
HSL 114.38º 0.75% 0.42% -
HSV(B) 114.38º 0.86% 0.73% -
XYZ 18.92 36.11 7.01 -
YUV 125.41 72.46 68.51 -
System Red Green Blue C M Y K H S L
Decimal 42 187 27 0.78 0 0.86 0.27 114.38 0.75 0.42
Hex 2A BB 1B 4E 0 56 1B 72 4B 2A
Octal 52 273 33 116 0 126 33 162 113 52
Binary 101010 10111011 11011 1001110 0 1010110 11011 1110010 1001011 101010

Color Harmonies of #2ABB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABB1B

Black with #2ABB1B

Text Example


Text Example

White with #2ABB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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