Html Css Color HEX #2ABD40 Lime Green

📋 copy color: '#2ABD40'

red 42 ◦ green 189 ◦ blue 64

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

Shades of Lime Green #2ABD40

Tints of Lime Green #2ABD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 14.24%
G = 64.07%
B = 21.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#2ABD40 (or 0x2ABD40) is known color: Lime Green. HEX triplet: 2A, BD and 40. RGB value is (42,189,64). Sum of RGB (Red+Green+Blue) = 42+189+64=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 189 (74.22% from 255 or 64.07% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABD40 is #D542BF. Grayscale: #838383. Windows color (decimal): -13976256 or 4242730. OLE color: 4242730.

HSL color Cylindrical-coordinate representation of color #2ABD40: hue angle of 128.98º 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 #2ABD40 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 189 64 -
CMYK 0.78 0 0.66 0.26
HSL 128.98º 0.64% 0.45% -
HSV(B) 128.98º 0.78% 0.74% -
XYZ 20.08 37.26 10.98 -
YUV 130.8 90.3 64.66 -
System Red Green Blue C M Y K H S L
Decimal 42 189 64 0.78 0 0.66 0.26 128.98 0.64 0.45
Hex 2A BD 40 4E 0 42 1A 81 40 2D
Octal 52 275 100 116 0 102 32 201 100 55
Binary 101010 10111101 1000000 1001110 0 1000010 11010 10000001 1000000 101101

Color Harmonies of #2ABD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABD40

Black with #2ABD40

Text Example


Text Example

White with #2ABD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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