Html Css Color HEX #2ABE13 Lime Green

📋 copy color: '#2ABE13'

red 42 ◦ green 190 ◦ blue 19

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

Shades of Lime Green #2ABE13

Tints of Lime Green #2ABE13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.57%

R = 16.73%
G = 75.7%
B = 7.57%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#2ABE13 (or 0x2ABE13) is known color: Lime Green. HEX triplet: 2A, BE and 13. RGB value is (42,190,19). Sum of RGB (Red+Green+Blue) = 42+190+19=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 190 (74.61% from 255 or 75.70% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABE13 is #D541EC. Grayscale: #7E7E7E. Windows color (decimal): -13976045 or 1293866. OLE color: 1293866.

HSL color Cylindrical-coordinate representation of color #2ABE13: hue angle of 111.93º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2ABE13 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 190 19 -
CMYK 0.78 0 0.90 0.25
HSL 111.93º 0.82% 0.41% -
HSV(B) 111.93º 0.9% 0.75% -
XYZ 19.49 37.37 6.8 -
YUV 126.25 67.47 67.9 -
System Red Green Blue C M Y K H S L
Decimal 42 190 19 0.78 0 0.90 0.25 111.93 0.82 0.41
Hex 2A BE 13 4E 0 5A 19 70 52 29
Octal 52 276 23 116 0 132 31 160 122 51
Binary 101010 10111110 10011 1001110 0 1011010 11001 1110000 1010010 101001

Color Harmonies of #2ABE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABE13

Black with #2ABE13

Text Example


Text Example

White with #2ABE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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