Html Css Color HEX #3ABA46 Lime Green

📋 copy color: '#3ABA46'

red 58 ◦ green 186 ◦ blue 70

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

Shades of Lime Green #3ABA46

Tints of Lime Green #3ABA46

RGB

 RED value IS 58 (23.05% from 255) = 18.47%

 GREEN value IS 186 (73.05% from 255) = 59.24%

 BLUE value IS 70 (27.73% from 255) = 22.29%

R = 18.47%
G = 59.24%
B = 22.29%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#3ABA46 (or 0x3ABA46) is known color: Lime Green. HEX triplet: 3A, BA and 46. RGB value is (58,186,70). Sum of RGB (Red+Green+Blue) = 58+186+70=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABA46 is #C545B9. Grayscale: #868686. Windows color (decimal): -12928442 or 4635194. OLE color: 4635194.

HSL color Cylindrical-coordinate representation of color #3ABA46: hue angle of 125.62º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABA46 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 186 70 -
CMYK 0.69 0 0.62 0.27
HSL 125.63º 0.52% 0.48% -
HSV(B) 125.63º 0.69% 0.73% -
XYZ 20.41 36.46 11.76 -
YUV 134.5 91.59 73.43 -
System Red Green Blue C M Y K H S L
Decimal 58 186 70 0.69 0 0.62 0.27 125.63 0.52 0.48
Hex 3A BA 46 45 0 3E 1B 7E 34 30
Octal 72 272 106 105 0 76 33 176 64 60
Binary 111010 10111010 1000110 1000101 0 111110 11011 1111110 110100 110000

Color Harmonies of #3ABA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABA46

Black with #3ABA46

Text Example


Text Example

White with #3ABA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3ABA46; }

 p { color: rgb(58,186,70); }

 H1.HeaderClassName
 {
   color: #3ABA46;
 }
 .AnyTagClassName
 {
   color: #3ABA46;
 }
</style>

background-color css

<style>
 a { background-color: #3ABA46; }

 a { background-color: rgb(58,186,70); }

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

border-color css

<style>
 span { border-color: #3ABA46; }

 span { border-color: rgb(58,186,70); }

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