Html Css Color HEX #2AB93A Lime Green

📋 copy color: '#2AB93A'

red 42 ◦ green 185 ◦ blue 58

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

Shades of Lime Green #2AB93A

Tints of Lime Green #2AB93A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 64.91%

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 14.74%
G = 64.91%
B = 20.35%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#2AB93A (or 0x2AB93A) is known color: Lime Green. HEX triplet: 2A, B9 and 3A. RGB value is (42,185,58). Sum of RGB (Red+Green+Blue) = 42+185+58=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 185 (72.66% from 255 or 64.91% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB93A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB93A is #D546C5. Grayscale: #808080. Windows color (decimal): -13977286 or 3848490. OLE color: 3848490.

HSL color Cylindrical-coordinate representation of color #2AB93A: hue angle of 126.71º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB93A is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 185 58 -
CMYK 0.77 0 0.69 0.27
HSL 126.71º 0.63% 0.45% -
HSV(B) 126.71º 0.77% 0.73% -
XYZ 19.07 35.5 9.85 -
YUV 127.77 88.62 66.83 -
System Red Green Blue C M Y K H S L
Decimal 42 185 58 0.77 0 0.69 0.27 126.71 0.63 0.45
Hex 2A B9 3A 4D 0 45 1B 7F 3F 2D
Octal 52 271 72 115 0 105 33 177 77 55
Binary 101010 10111001 111010 1001101 0 1000101 11011 1111111 111111 101101

Color Harmonies of #2AB93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB93A

Black with #2AB93A

Text Example


Text Example

White with #2AB93A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,185,58); }

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

background-color css

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

 a { background-color: rgb(42,185,58); }

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

border-color css

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

 span { border-color: rgb(42,185,58); }

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