Html Css Color HEX #2ABC37 Lime Green

📋 copy color: '#2ABC37'

red 42 ◦ green 188 ◦ blue 55

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

Shades of Lime Green #2ABC37

Tints of Lime Green #2ABC37

RGB

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

 GREEN value IS 188 (73.83% from 255) = 65.96%

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

R = 14.74%
G = 65.96%
B = 19.3%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#2ABC37 (or 0x2ABC37) is known color: Lime Green. HEX triplet: 2A, BC and 37. RGB value is (42,188,55). Sum of RGB (Red+Green+Blue) = 42+188+55=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABC37 is #D543C8. Grayscale: #818181. Windows color (decimal): -13976521 or 3652650. OLE color: 3652650.

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

Color convert

RGB 42 188 55 -
CMYK 0.78 0 0.71 0.26
HSL 125.34º 0.63% 0.45% -
HSV(B) 125.34º 0.78% 0.74% -
XYZ 19.63 36.73 9.67 -
YUV 129.18 86.13 65.81 -
System Red Green Blue C M Y K H S L
Decimal 42 188 55 0.78 0 0.71 0.26 125.34 0.63 0.45
Hex 2A BC 37 4E 0 47 1A 7D 3F 2D
Octal 52 274 67 116 0 107 32 175 77 55
Binary 101010 10111100 110111 1001110 0 1000111 11010 1111101 111111 101101

Color Harmonies of #2ABC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABC37

Black with #2ABC37

Text Example


Text Example

White with #2ABC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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