Html Css Color HEX #2ABB2E Lime Green

📋 copy color: '#2ABB2E'

red 42 ◦ green 187 ◦ blue 46

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

Shades of Lime Green #2ABB2E

Tints of Lime Green #2ABB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.73%

R = 15.27%
G = 68%
B = 16.73%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#2ABB2E (or 0x2ABB2E) is known color: Lime Green. HEX triplet: 2A, BB and 2E. RGB value is (42,187,46). Sum of RGB (Red+Green+Blue) = 42+187+46=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 187 (73.44% from 255 or 68% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABB2E is #D544D1. Grayscale: #7F7F7F. Windows color (decimal): -13976786 or 3062570. OLE color: 3062570.

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

Color convert

RGB 42 187 46 -
CMYK 0.78 0 0.75 0.27
HSL 121.66º 0.63% 0.45% -
HSV(B) 121.66º 0.78% 0.73% -
XYZ 19.22 36.23 8.56 -
YUV 127.57 81.96 66.96 -
System Red Green Blue C M Y K H S L
Decimal 42 187 46 0.78 0 0.75 0.27 121.66 0.63 0.45
Hex 2A BB 2E 4E 0 4B 1B 7A 3F 2D
Octal 52 273 56 116 0 113 33 172 77 55
Binary 101010 10111011 101110 1001110 0 1001011 11011 1111010 111111 101101

Color Harmonies of #2ABB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABB2E

Black with #2ABB2E

Text Example


Text Example

White with #2ABB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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