Html Css Color HEX #2ABD2E Lime Green

📋 copy color: '#2ABD2E'

red 42 ◦ green 189 ◦ blue 46

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

Shades of Lime Green #2ABD2E

Tints of Lime Green #2ABD2E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 68.23%

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

R = 15.16%
G = 68.23%
B = 16.61%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#2ABD2E (or 0x2ABD2E) is known color: Lime Green. HEX triplet: 2A, BD and 2E. RGB value is (42,189,46). Sum of RGB (Red+Green+Blue) = 42+189+46=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 189 (74.22% from 255 or 68.23% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABD2E is #D542D1. Grayscale: #818181. Windows color (decimal): -13976274 or 3063082. OLE color: 3063082.

HSL color Cylindrical-coordinate representation of color #2ABD2E: hue angle of 121.63º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABD2E is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 189 46 -
CMYK 0.78 0 0.76 0.26
HSL 121.63º 0.64% 0.45% -
HSV(B) 121.63º 0.78% 0.74% -
XYZ 19.65 37.08 8.71 -
YUV 128.75 81.3 66.13 -
System Red Green Blue C M Y K H S L
Decimal 42 189 46 0.78 0 0.76 0.26 121.63 0.64 0.45
Hex 2A BD 2E 4E 0 4C 1A 7A 40 2D
Octal 52 275 56 116 0 114 32 172 100 55
Binary 101010 10111101 101110 1001110 0 1001100 11010 1111010 1000000 101101

Color Harmonies of #2ABD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABD2E

Black with #2ABD2E

Text Example


Text Example

White with #2ABD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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