Html Css Color HEX #2ABE37 Lime Green

📋 copy color: '#2ABE37'

red 42 ◦ green 190 ◦ blue 55

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

Shades of Lime Green #2ABE37

Tints of Lime Green #2ABE37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.16%

R = 14.63%
G = 66.2%
B = 19.16%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#2ABE37 (or 0x2ABE37) is known color: Lime Green. HEX triplet: 2A, BE and 37. RGB value is (42,190,55). Sum of RGB (Red+Green+Blue) = 42+190+55=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 190 (74.61% from 255 or 66.20% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABE37 is #D541C8. Grayscale: #828282. Windows color (decimal): -13976009 or 3653162. OLE color: 3653162.

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

Color convert

RGB 42 190 55 -
CMYK 0.78 0 0.71 0.25
HSL 125.27º 0.64% 0.45% -
HSV(B) 125.27º 0.78% 0.75% -
XYZ 20.06 37.59 9.81 -
YUV 130.36 85.47 64.98 -
System Red Green Blue C M Y K H S L
Decimal 42 190 55 0.78 0 0.71 0.25 125.27 0.64 0.45
Hex 2A BE 37 4E 0 47 19 7D 40 2D
Octal 52 276 67 116 0 107 31 175 100 55
Binary 101010 10111110 110111 1001110 0 1000111 11001 1111101 1000000 101101

Color Harmonies of #2ABE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABE37

Black with #2ABE37

Text Example


Text Example

White with #2ABE37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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