Html Css Color HEX #2ABE2D Lime Green

📋 copy color: '#2ABE2D'

red 42 ◦ green 190 ◦ blue 45

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

Shades of Lime Green #2ABE2D

Tints of Lime Green #2ABE2D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 68.59%

 BLUE value IS 45 (17.97% from 255) = 16.25%

R = 15.16%
G = 68.59%
B = 16.25%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#2ABE2D (or 0x2ABE2D) is known color: Lime Green. HEX triplet: 2A, BE and 2D. RGB value is (42,190,45). Sum of RGB (Red+Green+Blue) = 42+190+45=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 190 (74.61% from 255 or 68.59% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABE2D is #D541D2. Grayscale: #818181. Windows color (decimal): -13976019 or 2997802. OLE color: 2997802.

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

Color convert

RGB 42 190 45 -
CMYK 0.78 0 0.76 0.25
HSL 121.22º 0.64% 0.45% -
HSV(B) 121.22º 0.78% 0.75% -
XYZ 19.84 37.51 8.68 -
YUV 129.22 80.47 65.79 -
System Red Green Blue C M Y K H S L
Decimal 42 190 45 0.78 0 0.76 0.25 121.22 0.64 0.45
Hex 2A BE 2D 4E 0 4C 19 79 40 2D
Octal 52 276 55 116 0 114 31 171 100 55
Binary 101010 10111110 101101 1001110 0 1001100 11001 1111001 1000000 101101

Color Harmonies of #2ABE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABE2D

Black with #2ABE2D

Text Example


Text Example

White with #2ABE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,190,45); }

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

background-color css

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

 a { background-color: rgb(42,190,45); }

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

border-color css

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

 span { border-color: rgb(42,190,45); }

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