Html Css Color HEX #2ABC4A Lime Green

📋 copy color: '#2ABC4A'

red 42 ◦ green 188 ◦ blue 74

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

Shades of Lime Green #2ABC4A

Tints of Lime Green #2ABC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.34%

R = 13.82%
G = 61.84%
B = 24.34%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#2ABC4A (or 0x2ABC4A) is known color: Lime Green. HEX triplet: 2A, BC and 4A. RGB value is (42,188,74). Sum of RGB (Red+Green+Blue) = 42+188+74=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 188 (73.83% from 255 or 61.84% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABC4A is #D543B5. Grayscale: #838383. Windows color (decimal): -13976502 or 4897834. OLE color: 4897834.

HSL color Cylindrical-coordinate representation of color #2ABC4A: hue angle of 133.15º 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 #2ABC4A is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 188 74 -
CMYK 0.78 0 0.61 0.26
HSL 133.15º 0.63% 0.45% -
HSV(B) 133.15º 0.78% 0.74% -
XYZ 20.17 36.95 12.55 -
YUV 131.35 95.63 64.27 -
System Red Green Blue C M Y K H S L
Decimal 42 188 74 0.78 0 0.61 0.26 133.15 0.63 0.45
Hex 2A BC 4A 4E 0 3D 1A 85 3F 2D
Octal 52 274 112 116 0 75 32 205 77 55
Binary 101010 10111100 1001010 1001110 0 111101 11010 10000101 111111 101101

Color Harmonies of #2ABC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABC4A

Black with #2ABC4A

Text Example


Text Example

White with #2ABC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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