Html Css Color HEX #2ABE1C Lime Green

📋 copy color: '#2ABE1C'

red 42 ◦ green 190 ◦ blue 28

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

Shades of Lime Green #2ABE1C

Tints of Lime Green #2ABE1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.77%

R = 16.15%
G = 73.08%
B = 10.77%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#2ABE1C (or 0x2ABE1C) is known color: Lime Green. HEX triplet: 2A, BE and 1C. RGB value is (42,190,28). Sum of RGB (Red+Green+Blue) = 42+190+28=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 190 (74.61% from 255 or 73.08% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABE1C is #D541E3. Grayscale: #7F7F7F. Windows color (decimal): -13976036 or 1883690. OLE color: 1883690.

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

Color convert

RGB 42 190 28 -
CMYK 0.78 0 0.85 0.25
HSL 114.81º 0.74% 0.43% -
HSV(B) 114.81º 0.85% 0.75% -
XYZ 19.58 37.4 7.29 -
YUV 127.28 71.97 67.17 -
System Red Green Blue C M Y K H S L
Decimal 42 190 28 0.78 0 0.85 0.25 114.81 0.74 0.43
Hex 2A BE 1C 4E 0 55 19 73 4A 2B
Octal 52 276 34 116 0 125 31 163 112 53
Binary 101010 10111110 11100 1001110 0 1010101 11001 1110011 1001010 101011

Color Harmonies of #2ABE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABE1C

Black with #2ABE1C

Text Example


Text Example

White with #2ABE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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