Html Css Color HEX #2AB93C Lime Green

📋 copy color: '#2AB93C'

red 42 ◦ green 185 ◦ blue 60

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

Shades of Lime Green #2AB93C

Tints of Lime Green #2AB93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 14.63%
G = 64.46%
B = 20.91%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#2AB93C (or 0x2AB93C) is known color: Lime Green. HEX triplet: 2A, B9 and 3C. RGB value is (42,185,60). Sum of RGB (Red+Green+Blue) = 42+185+60=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 185 (72.66% from 255 or 64.46% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB93C is #D546C3. Grayscale: #808080. Windows color (decimal): -13977284 or 3979562. OLE color: 3979562.

HSL color Cylindrical-coordinate representation of color #2AB93C: hue angle of 127.55º 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 #2AB93C is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 185 60 -
CMYK 0.77 0 0.68 0.27
HSL 127.55º 0.63% 0.45% -
HSV(B) 127.55º 0.77% 0.73% -
XYZ 19.12 35.52 10.12 -
YUV 127.99 89.62 66.66 -
System Red Green Blue C M Y K H S L
Decimal 42 185 60 0.77 0 0.68 0.27 127.55 0.63 0.45
Hex 2A B9 3C 4D 0 44 1B 80 3F 2D
Octal 52 271 74 115 0 104 33 200 77 55
Binary 101010 10111001 111100 1001101 0 1000100 11011 10000000 111111 101101

Color Harmonies of #2AB93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB93C

Black with #2AB93C

Text Example


Text Example

White with #2AB93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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