Html Css Color HEX #2ABF2B Lime Green

📋 copy color: '#2ABF2B'

red 42 ◦ green 191 ◦ blue 43

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

Shades of Lime Green #2ABF2B

Tints of Lime Green #2ABF2B

RGB

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

 GREEN value IS 191 (75% from 255) = 69.2%

 BLUE value IS 43 (17.19% from 255) = 15.58%

R = 15.22%
G = 69.2%
B = 15.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#2ABF2B (or 0x2ABF2B) is known color: Lime Green. HEX triplet: 2A, BF and 2B. RGB value is (42,191,43). Sum of RGB (Red+Green+Blue) = 42+191+43=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 191 (75% from 255 or 69.20% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABF2B is #D540D4. Grayscale: #828282. Windows color (decimal): -13975765 or 2866986. OLE color: 2866986.

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

Color convert

RGB 42 191 43 -
CMYK 0.78 0 0.77 0.25
HSL 120.4º 0.64% 0.46% -
HSV(B) 120.4º 0.78% 0.75% -
XYZ 20.02 37.93 8.55 -
YUV 129.58 79.14 65.53 -
System Red Green Blue C M Y K H S L
Decimal 42 191 43 0.78 0 0.77 0.25 120.4 0.64 0.46
Hex 2A BF 2B 4E 0 4D 19 78 40 2E
Octal 52 277 53 116 0 115 31 170 100 56
Binary 101010 10111111 101011 1001110 0 1001101 11001 1111000 1000000 101110

Color Harmonies of #2ABF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABF2B

Black with #2ABF2B

Text Example


Text Example

White with #2ABF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,191,43); }

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

background-color css

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

 a { background-color: rgb(42,191,43); }

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

border-color css

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

 span { border-color: rgb(42,191,43); }

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