Html Css Color HEX #3ABE46 Lime Green

📋 copy color: '#3ABE46'

red 58 ◦ green 190 ◦ blue 70

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

Shades of Lime Green #3ABE46

Tints of Lime Green #3ABE46

RGB

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

 GREEN value IS 190 (74.61% from 255) = 59.75%

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

R = 18.24%
G = 59.75%
B = 22.01%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#3ABE46 (or 0x3ABE46) is known color: Lime Green. HEX triplet: 3A, BE and 46. RGB value is (58,190,70). Sum of RGB (Red+Green+Blue) = 58+190+70=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 190 (74.61% from 255 or 59.75% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABE46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABE46 is #C541B9. Grayscale: #898989. Windows color (decimal): -12927418 or 4636218. OLE color: 4636218.

HSL color Cylindrical-coordinate representation of color #3ABE46: hue angle of 125.45º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABE46 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 190 70 -
CMYK 0.69 0 0.63 0.25
HSL 125.45º 0.53% 0.49% -
HSV(B) 125.45º 0.69% 0.75% -
XYZ 21.26 38.17 12.04 -
YUV 136.85 90.27 71.76 -
System Red Green Blue C M Y K H S L
Decimal 58 190 70 0.69 0 0.63 0.25 125.45 0.53 0.49
Hex 3A BE 46 45 0 3F 19 7D 35 31
Octal 72 276 106 105 0 77 31 175 65 61
Binary 111010 10111110 1000110 1000101 0 111111 11001 1111101 110101 110001

Color Harmonies of #3ABE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABE46

Black with #3ABE46

Text Example


Text Example

White with #3ABE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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