Html Css Color HEX #2ABF1E Lime Green

📋 copy color: '#2ABF1E'

red 42 ◦ green 191 ◦ blue 30

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

Shades of Lime Green #2ABF1E

Tints of Lime Green #2ABF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.41%

R = 15.97%
G = 72.62%
B = 11.41%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#2ABF1E (or 0x2ABF1E) is known color: Lime Green. HEX triplet: 2A, BF and 1E. RGB value is (42,191,30). Sum of RGB (Red+Green+Blue) = 42+191+30=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 191 (75% from 255 or 72.62% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABF1E is #D540E1. Grayscale: #808080. Windows color (decimal): -13975778 or 2015018. OLE color: 2015018.

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

Color convert

RGB 42 191 30 -
CMYK 0.78 0 0.84 0.25
HSL 115.53º 0.73% 0.43% -
HSV(B) 115.53º 0.84% 0.75% -
XYZ 19.82 37.85 7.49 -
YUV 128.1 72.64 66.59 -
System Red Green Blue C M Y K H S L
Decimal 42 191 30 0.78 0 0.84 0.25 115.53 0.73 0.43
Hex 2A BF 1E 4E 0 54 19 74 49 2B
Octal 52 277 36 116 0 124 31 164 111 53
Binary 101010 10111111 11110 1001110 0 1010100 11001 1110100 1001001 101011

Color Harmonies of #2ABF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABF1E

Black with #2ABF1E

Text Example


Text Example

White with #2ABF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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